Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleChecksRepoScanV1alphaCodeAttribution

import type { GoogleChecksRepoScanV1alphaCodeAttribution } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";

Source code attribution.

interface GoogleChecksRepoScanV1alphaCodeAttribution {
codeExcerpt?: string;
lineNumber?: number;
path?: string;
startLineNumber?: number;
}

§Properties

§
codeExcerpt?: string
[src]

Optional. Code excerpt where the source was detected along with surrounding code.

§
lineNumber?: number
[src]

Required. Line number (1-based).

§
path?: string
[src]

Required. Path of the file.

§
startLineNumber?: number
[src]

Optional. Start line number of the code excerpt (1-based).