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

Method comment

tools/ninja_syntax.py:46–50  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

44 self.output.write("\n")
45
46 def comment(self, text: str) -> None:
47 for line in textwrap.wrap(
48 text, self.width - 2, break_long_words=False, break_on_hyphens=False
49 ):
50 self.output.write("# " + line + "\n")
51
52 def variable(
53 self,

Callers 5

generate_build_ninjaFunction · 0.95
write_custom_stepFunction · 0.80
writeMethod · 0.80
c_buildFunction · 0.80
asm_buildFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected