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

Method default

tools/ninja_syntax.py:158–159  ·  view source on GitHub ↗
(self, paths: NinjaPathOrPaths)

Source from the content-addressed store, hash-verified

156 self._line("subninja %s" % path)
157
158 def default(self, paths: NinjaPathOrPaths) -> None:
159 self._line("default %s" % " ".join(serialize_paths(paths)))
160
161 def _count_dollars_before_index(self, s: str, i: int) -> int:
162 """Returns the number of '$' characters right in front of s[i]."""

Callers 1

generate_build_ninjaFunction · 0.95

Calls 2

_lineMethod · 0.95
serialize_pathsFunction · 0.85

Tested by

no test coverage detected