MCPcopy Create free account
hub / github.com/apache/brpc / IsArray

Method IsArray

src/brpc/amf.h:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 bool IsObject() const
166 { return _type == AMF_MARKER_OBJECT || _type == AMF_MARKER_ECMA_ARRAY; }
167 bool IsArray() const { return _type == AMF_MARKER_STRICT_ARRAY; }
168
169 butil::StringPiece AsString() const
170 { return butil::StringPiece((_is_shortstr ? _shortstr : _str), _strsize); }

Callers 11

TEST_FFunction · 0.80
string_append_valueFunction · 0.80
JsonValueToProtoFieldFunction · 0.80
JsonValueToProtoMessageFunction · 0.80
AMFFieldMethod · 0.80
amf.cppFile · 0.80
ListDiscoveryNodesFunction · 0.80
GetServersMethod · 0.80
GetServerNodesMethod · 0.80
GetServersMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64