| 75 | virtual void indented_output(std::ostream &out, int indent) const; |
| 76 | |
| 77 | virtual bool safe_invocation() const { return true; } |
| 78 | |
| 79 | const Function* get_func(void) const { return func; }; |
| 80 |
nothing calls this directly
no outgoing calls
no test coverage detected