MCPcopy Index your code
hub / github.com/triton-inference-server/server / commentln

Method commentln

build.py:184–185  ·  view source on GitHub ↗
(self, cnt)

Source from the content-addressed store, hash-verified

182 self._file.write("\n")
183
184 def commentln(self, cnt):
185 self._file.write("#" * cnt + "\n")
186
187 def comment(self, msg=""):
188 if not isinstance(msg, str):

Callers 7

core_buildFunction · 0.80
backend_buildFunction · 0.80
backend_cloneFunction · 0.80
repo_agent_buildFunction · 0.80
cache_buildFunction · 0.80
cibase_buildFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected