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

Function FuncListSize

src/Function.cpp:214–218  ·  view source on GitHub ↗

* */ unsigned

Source from the content-addressed store, hash-verified

212 */
213// unsigned
214long
215FuncListSize(void)
216{
217 return FuncList.size();
218}
219
220/*
221 *

Callers 1

GenerateFunctionsFunction · 0.85

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected