MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / BuilderCacheEntry

Interface BuilderCacheEntry

masfactory-visualizer/src/parser/parser.ts:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30import { createPythonParser } from './treeSitter';
31
32interface BuilderCacheEntry {
33 structure: BuilderFunctionStructure | null;
34 sourceFilePath?: string;
35 mtimeMs?: number;
36}
37
38interface ParsedPythonFile {
39 filePath: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected