Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ ensure
Method
ensure
deps/v8/third_party/jinja2/parser.py:870–872 ·
view source on GitHub ↗
(expr: bool)
Source
from the content-addressed store, hash-verified
868
require_comma = False
869
870
def
ensure(expr: bool) -> None:
871
if
not expr:
872
self.fail(
"invalid syntax for function call expression"
, token.lineno)
873
874
while
self.stream.current.type !=
"rparen"
:
875
if
require_comma:
Callers
nothing calls this directly
Calls
1
fail
Method · 0.95
Tested by
no test coverage detected