MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / _prefix

Function _prefix

misc/python/materialize/parallel_task.py:37–38  ·  view source on GitHub ↗
(ci: str = "---")

Source from the content-addressed store, hash-verified

35
36
37def _prefix(ci: str = "---") -> str:
38 return ci + " " if buildkite.is_in_buildkite() else ""
39
40
41class TaskThread(threading.Thread):

Callers 3

runMethod · 0.90
run_parallelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected