MCPcopy Create free account
hub / github.com/socketstream/socketstream / resolves

Function resolves

lib/utils/require.js:105–107  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

103 }
104
105 function resolves(id) {
106 return projectOrHereRequire(id,ss.root);
107 }
108
109 requires.resolve = resolves;
110

Callers

nothing calls this directly

Calls 1

projectOrHereRequireFunction · 0.85

Tested by

no test coverage detected