| 7225 | |
| 7226 | |
| 7227 | void Context::resetInputCallbacks() |
| 7228 | { |
| 7229 | if (input_initializer_callback) |
| 7230 | input_initializer_callback = {}; |
| 7231 | |
| 7232 | if (input_blocks_reader) |
| 7233 | input_blocks_reader = {}; |
| 7234 | } |
| 7235 | |
| 7236 | void Context::clearTableFunctionResults() |
| 7237 | { |
no outgoing calls
no test coverage detected