Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ left_tree
Method
left_tree
src/structure_dump.cpp:457–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
455
}
456
457
const binary_partition *binary_partition::left_tree() const {
458
assert(!is_leaf());
459
return left.get();
460
}
461
462
const binary_partition *binary_partition::right_tree() const {
463
assert(!is_leaf());
Callers
2
bp_to_py_bp
Function · 0.80
split_by_binarytree
Function · 0.80
Calls
1
get
Method · 0.80
Tested by
no test coverage detected