MCPcopy Create free account
hub / github.com/agenticsorg/lean-agentic / is_running

Method is_running

runtime/src/runtime.rs:104–106  ·  view source on GitHub ↗

Check if runtime is running

(&self)

Source from the content-addressed store, hash-verified

102
103 /// Check if runtime is running
104 pub fn is_running(&self) -> bool {
105 self.running.load(Ordering::Relaxed)
106 }
107}
108
109impl Default for Runtime {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected