Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ PageAddressFromId
Method
PageAddressFromId
deps/v8/tools/profiling/ll_prof.py:240–241 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
238
239
@staticmethod
240
def
PageAddressFromId(id):
241
return
id << CodePage.SHIFT
242
243
def
__init__(self, address):
244
self.address = address
Callers
1
Add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected