| 987 | } |
| 988 | |
| 989 | static Result CopyStreamerUpdateRequests(Streamer&) { |
| 990 | return Result::SUCCESS; |
| 991 | } |
| 992 | |
| 993 | static Buffer* GetStreamerDynamicBuffer(Streamer&) { |
| 994 | return nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected