| 599 | } |
| 600 | |
| 601 | void |
| 602 | CGOptions::monitored_funcs(std::string fnames) |
| 603 | { |
| 604 | parse_string_options(fnames, OutputMgr::monitored_funcs_); |
| 605 | } |
| 606 | |
| 607 | void |
| 608 | CGOptions::parse_string_options(string vname, vector<std::string> &v) |
nothing calls this directly
no outgoing calls
no test coverage detected