MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / include

Method include

tools/ninja_syntax.py:152–153  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

150 return str_outputs
151
152 def include(self, path: str) -> None:
153 self._line("include %s" % path)
154
155 def subninja(self, path: str) -> None:
156 self._line("subninja %s" % path)

Callers

nothing calls this directly

Calls 1

_lineMethod · 0.95

Tested by

no test coverage detected