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

Method compile

deps/v8/third_party/jinja2/environment.py:707–715  ·  view source on GitHub ↗
(  # type: ignore
        self,
        source: t.Union[str, nodes.Template],
        name: t.Optional[str] = None,
        filename: t.Optional[str] = None,
        raw: "te.Literal[False]" = False,
        defer_init: bool = False,
    )

Source from the content-addressed store, hash-verified

705
706 @typing.overload
707 def compile( # type: ignore
708 self,
709 source: t.Union[str, nodes.Template],
710 name: t.Optional[str] = None,
711 filename: t.Optional[str] = None,
712 raw: "te.Literal[False]" = False,
713 defer_init: bool = False,
714 ) -> CodeType:
715 ...
716
717 @typing.overload
718 def compile(

Callers 15

compile_templatesMethod · 0.95
from_stringMethod · 0.95
configure_intlFunction · 0.45
parseFunction · 0.45
handshakeMethod · 0.45
startMethod · 0.45
sbom-spdx.jsFile · 0.45
FindAnywhereClass · 0.45

Calls 4

_parseMethod · 0.95
_generateMethod · 0.95
_compileMethod · 0.95
handle_exceptionMethod · 0.95

Tested by 1

test_content_diffMethod · 0.36