Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ toString
Method
toString
deps/v8/tools/profile.mjs:968–970 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
966
}
967
968
toString() {
969
return
this.getName() +
': '
+ this.size.toString(16);
970
}
971
}
972
973
/**
Callers
nothing calls this directly
Calls
2
getName
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected