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

Method recursor

lean-agentic/src/environment.rs:55–60  ·  view source on GitHub ↗

Create attributes for a recursor

()

Source from the content-addressed store, hash-verified

53
54 /// Create attributes for a recursor
55 pub fn recursor() -> Self {
56 Self {
57 recursor: true,
58 ..Default::default()
59 }
60 }
61}
62
63/// A constant declaration in the environment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected