Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runCodeMirrorTests
Function · 0.80
createTestFile
Function · 0.80
runAceCompatibilityTests
Function · 0.80
Calls
no outgoing calls
Tested by
2
createTestFile
Function · 0.64
runAceCompatibilityTests
Function · 0.64