MCPcopy Create free account
hub / github.com/nodejs/node / finalize

Method finalize

deps/v8/third_party/jinja2/compiler.py:1410–1411  ·  view source on GitHub ↗
(value: t.Any)

Source from the content-addressed store, hash-verified

1408 if pass_arg is None:
1409
1410 def finalize(value: t.Any) -> t.Any:
1411 return default(env_finalize(value))
1412
1413 else:
1414 src = f"{src}{pass_arg}, "

Callers

nothing calls this directly

Calls 1

defaultFunction · 0.85

Tested by

no test coverage detected