MCPcopy Create free account
hub / github.com/Genivia/ugrep / root

Method root

include/reflex/pattern.h:720–723  ·  view source on GitHub ↗

return the root of the tree.

Source from the content-addressed store, hash-verified

718 }
719 /// return the root of the tree.
720 Node *root()
721 {
722 return tree != NULL ? tree : (tree = new Node);
723 }
724 /// create an edge from a tree node to a target tree node, return the target tree node.
725 Node *edge(Node *node, Char c)
726 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected