| 100 | } |
| 101 | |
| 102 | void AbstractFunction::before(const FunctionCall & call) |
| 103 | { |
| 104 | Binding::before(call); |
| 105 | } |
| 106 | |
| 107 | void AbstractFunction::after(const FunctionCall & call) |
| 108 | { |
nothing calls this directly
no outgoing calls
no test coverage detected