MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / analyzeNewImport

Function analyzeNewImport

apps/cli/src/import/stream-import.ts:225–230  ·  view source on GitHub ↗
(
  filePath: string,
  onProgress?: ImportProgressCallback
)

Source from the content-addressed store, hash-verified

223}
224
225export async function analyzeNewImport(
226 filePath: string,
227 onProgress?: ImportProgressCallback
228): Promise<AnalyzeNewImportResult> {
229 return sharedAnalyzeNewImport(filePath, onProgress ?? (() => {}))
230}
231
232// ==================== Re-exports from parser ====================
233

Callers 1

registerImportRoutesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected