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

Method SetBuffer

database.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122
123void KeyValueStore::SetBuffer(const std::string& name, const DataBuffer& value)
124{
125 if (!BNSetKeyValueStoreBuffer(m_object, name.c_str(), value.GetBufferObject()))
126 {
127 throw DatabaseException("BNSetKeyValueStoreBuffer");
128 }
129}
130
131
132DataBuffer KeyValueStore::GetSerializedData() const

Callers

nothing calls this directly

Calls 3

DatabaseExceptionClass · 0.85
c_strMethod · 0.80
GetBufferObjectMethod · 0.80

Tested by

no test coverage detected