Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ toString
Method
toString
src/backend/function-node.js:322–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
}
321
322
toString() {
323
if
(this._string)
return
this._string;
324
return
this._string = this.astGeneric(this.getJsAST(), []).join(
''
).trim();
325
}
326
327
toJSON() {
328
const
settings = {
Callers
2
functionCompositionFunctionNode
Function · 0.95
build
Method · 0.95
Calls
2
astGeneric
Method · 0.95
getJsAST
Method · 0.95
Tested by
no test coverage detected