Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codesandbox/codesandbox-client
/ require
Method
require
packages/node-services/src/module.ts:82–84 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
80
}
81
82
require(path: string) {
83
return
Module._load(path, this);
84
}
85
86
_compile(content: string, filename: string) {
87
const
_self = this;
Callers
9
r
Function · 0.45
n
Function · 0.45
workerMain.js
File · 0.45
n
Function · 0.45
n
Function · 0.45
workerMain.js
File · 0.45
less-4.1.2.min.js
File · 0.45
requireAMDModule
Function · 0.45
loadFiles
Function · 0.45
Calls
1
_load
Method · 0.80
Tested by
no test coverage detected