Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
create_docker_build_script
Function · 0.80
core_build
Function · 0.80
backend_build
Function · 0.80
backend_clone
Function · 0.80
repo_agent_build
Function · 0.80
cache_build
Function · 0.80
cibase_build
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected