Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
def
_prefix(ci: str =
"---"
) -> str:
38
return
ci +
" "
if
buildkite.is_in_buildkite()
else
""
39
40
41
class
TaskThread(threading.Thread):
Callers
3
run
Method · 0.90
run_and_validate_if_no_previous_failures
Method · 0.90
run_parallel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected