MCPcopy Index your code
hub / github.com/samccone/bundle-buddy / SourceFileLineInfo

Interface SourceFileLineInfo

types.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface SourceFileLineInfo {
2 sourceFile: string;
3 sourceLine: number;
4 inBundles: string[];
5}
6
7export interface InUseColumns {
8 generatedLine: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected