Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ build
Method
build
src/backend/function-node.js:873–875 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
871
}
872
873
build() {
874
return
this.toString().length > 0;
875
}
876
877
/**
878
* @desc Parses the abstract syntax tree
for
generically to its respective
function
Callers
nothing calls this directly
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected