MCPcopy 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

mainFunction · 0.45
StringMethod · 0.45

Calls 4

rootClass · 0.85
set_leftMethod · 0.80
set_rightMethod · 0.80
set_heightMethod · 0.80

Tested by

no test coverage detected