MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / enqueueManifestSibling

Function enqueueManifestSibling

runtime/src/prefetch.js:61–64  ·  view source on GitHub ↗
(forSpec)

Source from the content-addressed store, hash-verified

59 return ptr;
60 };
61 const enqueueManifestSibling = (forSpec) => {
62 const m = dirOf(forSpec) + 'packages.json';
63 if (!knownMissing.has(m)) queue.push(m);
64 };
65
66 /* A scanned import contributes at most one fetch target: quoted is direct, bare resolves via the table. */
67 const enqueueImport = (imp, dir) => {

Callers 1

bfsPrefetchFunction · 0.85

Calls 2

dirOfFunction · 0.90
pushMethod · 0.80

Tested by

no test coverage detected