Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Clarionos/clarion
/ insert
Method
insert
tests/clio/database.cpp:449–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
tree_cache(db_ref<tree<T>> s) : self(s) {}
448
449
void insert(const T& v) const { set_root(insert(v, root())); }
450
451
template <typename L>
452
void visit(L&& v) const
Callers
2
main
Function · 0.45
String
Method · 0.45
Calls
4
root
Class · 0.85
set_left
Method · 0.80
set_right
Method · 0.80
set_height
Method · 0.80
Tested by
no test coverage detected