MCPcopy Index your code
hub / github.com/massCodeIO/massCode / applyHttpImport

Function applyHttpImport

src/main/http/import/index.ts:35–40  ·  view source on GitHub ↗
(
  files: HttpImportFile[],
  selection: HttpImportSelection,
)

Source from the content-addressed store, hash-verified

33}
34
35export async function applyHttpImport(
36 files: HttpImportFile[],
37 selection: HttpImportSelection,
38): Promise<HttpImportPersistSummary> {
39 return persistHttpImportResult(await parseHttpImportFiles(files), selection)
40}
41
42export async function parseHttpImportFiles(
43 files: HttpImportFile[],

Callers 1

http-import.tsFile · 0.90

Calls 2

persistHttpImportResultFunction · 0.90
parseHttpImportFilesFunction · 0.85

Tested by

no test coverage detected