MCPcopy Create free account
hub / github.com/Aslemammad/venode / fetchModule

Function fetchModule

venode/src/cli.ts:174–176  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

172 root: server.config.root,
173 base: server.config.base,
174 async fetchModule(id) {
175 return node.fetchModule(id);
176 },
177 async resolveId(id, importer) {
178 return node.resolveId(id, importer);
179 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected