| 127 | } |
| 128 | |
| 129 | void Binding::after(const FunctionCall & call) |
| 130 | { |
| 131 | if (s_afterCallback()) |
| 132 | { |
| 133 | s_afterCallback()(call); |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | void Binding::log(FunctionCall && call) |
| 138 | { |
nothing calls this directly
no outgoing calls
no test coverage detected