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

Method WriteNull

rapidjson/writer.h:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 static const size_t kDefaultLevelDepth = 32;
263
264 bool WriteNull() {
265 PutReserve(*os_, 4);
266 PutUnsafe(*os_, 'n'); PutUnsafe(*os_, 'u'); PutUnsafe(*os_, 'l'); PutUnsafe(*os_, 'l'); return true;
267 }
268
269 bool WriteBool(bool b) {
270 if (b) {

Callers

nothing calls this directly

Calls 2

PutReserveFunction · 0.70
PutUnsafeFunction · 0.70

Tested by

no test coverage detected