Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
1
export
interface
SourceFileLineInfo {
2
sourceFile: string;
3
sourceLine: number;
4
inBundles: string[];
5
}
6
7
export
interface
InUseColumns {
8
generatedLine: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected