MCPcopy Create free account
hub / github.com/csmith-project/csmith / func_count

Method func_count

src/Expression.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124unsigned int
125Expression::func_count(void) const
126{
127 std::vector<const FunctionInvocationUser*> funcs;
128 get_called_funcs(funcs);
129 return funcs.size();
130}
131
132std::string
133Expression::to_string(void) const

Callers 2

has_uncertain_callMethod · 0.80
permute_param_odersMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected