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

Method push

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

Push a new binding onto the context

(&mut self, entry: ContextEntry)

Source from the content-addressed store, hash-verified

58
59 /// Push a new binding onto the context
60 pub fn push(&mut self, entry: ContextEntry) {
61 self.entries.push(entry);
62 }
63
64 /// Push a simple variable binding
65 pub fn push_var(&mut self, name: SymbolId, ty: TermId) {

Callers 7

internMethod · 0.45
inferMethod · 0.45
internMethod · 0.45
internMethod · 0.45
push_varMethod · 0.45
test_context_guardFunction · 0.45
test_let_bindingFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_context_guardFunction · 0.36
test_let_bindingFunction · 0.36