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

Method default

runtime/src/runtime.rs:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109impl Default for Runtime {
110 fn default() -> Self {
111 Self::new()
112 }
113}
114
115impl Drop for Runtime {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected