MCPcopy Create free account
hub / github.com/codag-megalith/codag-visualizer / queueFile

Method queueFile

frontend/src/metadata-batcher.ts:73–76  ·  view source on GitHub ↗
(filePath: string, context: MetadataContext)

Source from the content-addressed store, hash-verified

71 }
72
73 queueFile(filePath: string, context: MetadataContext) {
74 this.queue.set(filePath, context);
75 this.scheduleFlush();
76 }
77
78 cancel() {
79 if (this.debounceTimer) {

Callers 1

scheduleFileAnalysisFunction · 0.80

Calls 2

scheduleFlushMethod · 0.95
setMethod · 0.80

Tested by

no test coverage detected