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

Method is_monitored_func

src/OutputMgr.cpp:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool
85OutputMgr::is_monitored_func(void)
86{
87 if (OutputMgr::monitored_funcs_.empty())
88 return true;
89 std::vector<string>::iterator result =
90 find(monitored_funcs_.begin(), monitored_funcs_.end(), curr_func_);
91 return (result != monitored_funcs_.end());
92}
93
94OutputMgr::OutputMgr()
95{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected