MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / is_valid_process

Function is_valid_process

benchmarks/src/postprocessing/monitor.py:127–128  ·  view source on GitHub ↗
(process: ProcessInfo)

Source from the content-addressed store, hash-verified

125
126
127def is_valid_process(process: ProcessInfo) -> bool:
128 return process.key != "monitor"
129
130
131def get_processes_by_hostname(cluster: Cluster, hostname: str) -> Iterator[ProcessInfo]:

Callers 2

render_node_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected