Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ BuildParenthesizedOperation
Method
BuildParenthesizedOperation
deps/v8/tools/cppgc/gen_cmake.py:365–366 ·
view source on GitHub ↗
(self, operation)
Source
from the content-addressed store, hash-verified
363
""
".strip()
364
365
def
BuildParenthesizedOperation(self, operation):
366
return
''
.join([
'('
, operation,
')'
])
367
368
def
BuildUnaryOperation(self, op, right):
369
OPS = {
Callers
1
_Expr
Method · 0.80
Calls
1
join
Method · 0.45
Tested by
no test coverage detected