Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ BuildIdentifier
Method
BuildIdentifier
deps/v8/tools/cppgc/gen_cmake.py:389–390 ·
view source on GitHub ↗
(self, token)
Source
from the content-addressed store, hash-verified
387
return
' '
.join([left, OPS[op], right])
388
389
def
BuildIdentifier(self, token):
390
return
self._CMakeVarRef(token)
391
392
def
BuildInteger(self, integer):
393
return
integer
Callers
1
_Expr
Method · 0.80
Calls
1
_CMakeVarRef
Method · 0.95
Tested by
no test coverage detected