| 31 | } |
| 32 | |
| 33 | size_t FrameQuery::GetBlobSize() const |
| 34 | { |
| 35 | return blobSize_; |
| 36 | } |
| 37 | |
| 38 | void FrameQuery::Consume(const ProcessTracker& tracker, uint8_t* pBlobs, uint32_t& numBlobsInOut) |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected