Forward declaration
| 28 | |
| 29 | // Forward declaration |
| 30 | struct CancellationToken; |
| 31 | |
| 32 | ///@brief Stream callback type for sending streaming responses |
| 33 | using StreamResponseCallback = std::function<void(const json&, bool)>; // data, is_final |
nothing calls this directly
no outgoing calls
no test coverage detected