MCPcopy Create free account
hub / github.com/andywer/postguard / SourceFile

Interface SourceFile

src/types.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import * as ts from "typescript"
5
6export interface SourceFile {
7 fileContent: string
8 filePath: string
9 ts?: {
10 program: ts.Program
11 sourceFile: ts.SourceFile
12 }
13}
14
15export interface TableSchema {
16 sourceFile: SourceFile

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected