Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabbott/javascript-playgrounds
/ getSuffix
Function
getSuffix
components/player/Sandbox.js:32–36 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
30
`
31
32
const
getSuffix = (filename) => `
33
})(module, exports, window._require);
34
window._requireCache[
'${filename}'
] = module.exports;
35
;
36
`
37
38
const
prefixLineCount = prefix.split(
'\n'
).length - 1
39
Callers
1
evaluate
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected