Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ IsUsed
Method
IsUsed
deps/v8/tools/profiling/ll_prof.py:137–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
return
"%s (aka %s)"
% (self.name,
", "
.join(self.other_names))
136
137
def
IsUsed(self):
138
return
self.self_ticks > 0 or self.callee_ticks is not None
139
140
def
Tick(self, pc):
141
self.self_ticks += 1
Callers
1
UsedCode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected