MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / require

Method require

src/lib/acode.js:521–523  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

519 }
520
521 require(module) {
522 return this.#modules[module.toLowerCase()];
523 }
524
525 exec(key, val) {
526 if (key in commands) {

Callers 3

runCodeMirrorTestsFunction · 0.80
createTestFileFunction · 0.80
runAceCompatibilityTestsFunction · 0.80

Calls

no outgoing calls

Tested by 2

createTestFileFunction · 0.64
runAceCompatibilityTestsFunction · 0.64