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

Method subninja

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

Source from the content-addressed store, hash-verified

153 self._line("include %s" % path)
154
155 def subninja(self, path: str) -> None:
156 self._line("subninja %s" % path)
157
158 def default(self, paths: NinjaPathOrPaths) -> None:
159 self._line("default %s" % " ".join(serialize_paths(paths)))

Callers

nothing calls this directly

Calls 1

_lineMethod · 0.95

Tested by

no test coverage detected