MCPcopy Create free account
hub / github.com/cinience/RedisStudio / IsArray

Function IsArray

include/rapidjson/document.h:765–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763 bool IsBool() const { return (flags_ & kBoolFlag) != 0; }
764 bool IsObject() const { return flags_ == kObjectFlag; }
765 bool IsArray() const { return flags_ == kArrayFlag; }
766 bool IsNumber() const { return (flags_ & kNumberFlag) != 0; }
767 bool IsInt() const { return (flags_ & kIntFlag) != 0; }
768 bool IsUint() const { return (flags_ & kUintFlag) != 0; }

Callers 8

SizeFunction · 0.85
CapacityFunction · 0.85
EmptyFunction · 0.85
ClearFunction · 0.85
document.hFile · 0.85
BeginFunction · 0.85
EndFunction · 0.85
EraseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected