Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daisy/MathCAT
/ priority
Method
priority
src/canonicalize.rs:270–272 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
268
}
269
270
fn priority(&self) -> usize {
271
return self.op_pair.op.priority;
272
}
273
274
fn last_child_in_mrow(&self) -> Option<Element<'a>> {
275
let children = self.mrow.children();
Callers
2
reduce_stack
Method · 0.80
reduce_stack_one_time
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected