MCPcopy Index your code
hub / github.com/nodejs/node / ensure

Method ensure

tools/inspector_protocol/jinja2/parser.py:760–763  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

758 require_comma = False
759
760 def ensure(expr):
761 if not expr:
762 self.fail('invalid syntax for function call expression',
763 token.lineno)
764
765 while self.stream.current.type != 'rparen':
766 if require_comma:

Callers

nothing calls this directly

Calls 1

failMethod · 0.95

Tested by

no test coverage detected