MCPcopy Create free account
hub / github.com/git/git / create_tree

Function create_tree

compat/regex/regcomp.c:3769–3776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3767 re_free (cset->range_starts);
3768 re_free (cset->range_ends);
3769# endif
3770 re_free (cset->char_classes);
3771 re_free (cset);
3772}
3773#endif /* RE_ENABLE_I18N */
3774
3775
3776/* Functions for binary tree operation. */
3777
3778/* Create a tree node. */
3779

Callers 9

lower_subexpFunction · 0.85
parseFunction · 0.85
parse_reg_expFunction · 0.85
parse_branchFunction · 0.85
parse_expressionFunction · 0.85
parse_sub_expFunction · 0.85
parse_dup_opFunction · 0.85
parse_bracket_expFunction · 0.85
build_charclass_opFunction · 0.85

Calls 1

create_token_treeFunction · 0.85

Tested by

no test coverage detected