Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/marijnh/Eloquent-JavaScript
/ frameString
Function
frameString
src/client/sandbox.mjs:15–17 ·
view source on GitHub ↗
(frame)
Source
from the content-addressed store, hash-verified
13
return
found
14
}
15
function
frameString(frame) {
16
return
"line "
+ frame.line + (frame.fn ?
" in function "
+ frame.fn :
""
)
17
}
18
19
export
class
Sandbox {
20
static
async
create(options) {
Callers
1
error
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected