MCPcopy Create free account
hub / github.com/acl-dev/acl / set_node

Method set_node

lib_acl_cpp/src/stdlib/token_tree.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15token_node::~token_node() {}
16
17void token_node::set_node(ACL_TOKEN* token, token_tree* tree)
18{
19 me_ = token;
20 tree_ = tree;
21 dirty_ = true;
22}
23
24const char* token_node::get_key() const
25{

Callers 4

findMethod · 0.80
searchMethod · 0.80
first_nodeMethod · 0.80
next_nodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected