Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ toString
Method
toString
deps/v8/tools/profile.mjs:916–918 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
914
}
915
916
toString() {
917
return
this.getName() +
': '
+ this.size.toString(16);
918
}
919
}
920
921
Callers
nothing calls this directly
Calls
2
getName
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected