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

Method monitored_funcs

src/CGOptions.cpp:601–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void
602CGOptions::monitored_funcs(std::string fnames)
603{
604 parse_string_options(fnames, OutputMgr::monitored_funcs_);
605}
606
607void
608CGOptions::parse_string_options(string vname, vector<std::string> &v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected