MCPcopy Create free account
hub / github.com/apache/qpid-proton / type

Method type

cpp/src/value.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67type_id value::type() const {
68 return (!data_ || data_.empty()) ? NULL_TYPE : codec::decoder(*this).next_type();
69}
70
71bool value::empty() const { return type() == NULL_TYPE; }
72

Callers 14

validateFunction · 0.45
parse_saslFunction · 0.45
parseFunction · 0.45
value.cppFile · 0.45
simple_type_testFunction · 0.45
null_testFunction · 0.45
get_multipleFunction · 0.45
sequence_testFunction · 0.45
map_testFunction · 0.45
mainFunction · 0.45
coerceFunction · 0.45
get<null>Function · 0.45

Calls 3

next_typeMethod · 0.80
decoderClass · 0.50
emptyMethod · 0.45

Tested by 4

simple_type_testFunction · 0.36
null_testFunction · 0.36
sequence_testFunction · 0.36
map_testFunction · 0.36