MCPcopy Create free account
hub / github.com/R-js/libRmath.js / load

Function load

scripts/rollup.build.mjs:44–49  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

42 return null;
43 },
44 async load(id) {
45 if (id.includes('crypto')) {
46 return cryptoStub;
47 }
48 return null;
49 }
50 };
51}
52// see below for details on the options

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected