MCPcopy 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}
15function frameString(frame) {
16 return "line " + frame.line + (frame.fn ? " in function " + frame.fn : "")
17}
18
19export class Sandbox {
20 static async create(options) {

Callers 1

errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected