MCPcopy 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

_ExprMethod · 0.80

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected