Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ clear
Method
clear
bolt/vector/VectorStream.h:374–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
const VectorSerde::Options* options = nullptr);
373
374
void clear() override {
375
StreamArena::clear();
376
serializer_->clear();
377
}
378
379
private:
380
std::unique_ptr<VectorSerializer> serializer_;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected