MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ReadData

Method ReadData

database.cpp:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334
335
336Ref<KeyValueStore> Snapshot::ReadData()
337{
338 return ReadData([](size_t, size_t) { return true; });
339}
340
341
342Ref<KeyValueStore> Snapshot::ReadData(const std::function<bool(size_t, size_t)>& progress)

Callers

nothing calls this directly

Calls 1

DatabaseExceptionClass · 0.85

Tested by

no test coverage detected