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

Method ScanWriteUnescapedString

rapidjson/writer.h:419–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417 }
418
419 bool ScanWriteUnescapedString(GenericStringStream<SourceEncoding>& is, size_t length) {
420 return RAPIDJSON_LIKELY(is.Tell() < length);
421 }
422
423 bool WriteStartObject() { os_->Put('{'); return true; }
424 bool WriteEndObject() { os_->Put('}'); return true; }

Callers

nothing calls this directly

Calls 1

TellMethod · 0.45

Tested by

no test coverage detected