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

Method zero

lean-agentic/src/level.rs:116–118  ·  view source on GitHub ↗

Get the zero level ID

(&mut self)

Source from the content-addressed store, hash-verified

114
115 /// Get the zero level ID
116 pub fn zero(&mut self) -> LevelId {
117 self.intern(Level::Zero)
118 }
119
120 /// Create a concrete level
121 pub fn constant(&mut self, n: u32) -> LevelId {

Callers 13

create_typeMethod · 0.80
inferMethod · 0.80
test_var_typingFunction · 0.80
test_sort_typingFunction · 0.80
test_lambda_typingFunction · 0.80
normalizeMethod · 0.80
test_level_interningFunction · 0.80
test_level_normalizationFunction · 0.80
test_imax_reductionFunction · 0.80
parse_theoremMethod · 0.80
mainFunction · 0.80

Calls 1

internMethod · 0.45

Tested by 6

test_var_typingFunction · 0.64
test_sort_typingFunction · 0.64
test_lambda_typingFunction · 0.64
test_level_interningFunction · 0.64
test_level_normalizationFunction · 0.64
test_imax_reductionFunction · 0.64