Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
type_id value::type() const {
68
return (!data_ || data_.empty()) ? NULL_TYPE : codec::decoder(*this).next_type();
69
}
70
71
bool value::empty() const { return type() == NULL_TYPE; }
72
Callers
14
validate
Function · 0.45
parse_sasl
Function · 0.45
parse
Function · 0.45
value.cpp
File · 0.45
simple_type_test
Function · 0.45
null_test
Function · 0.45
get_multiple
Function · 0.45
sequence_test
Function · 0.45
map_test
Function · 0.45
main
Function · 0.45
coerce
Function · 0.45
get<null>
Function · 0.45
Calls
3
next_type
Method · 0.80
decoder
Class · 0.50
empty
Method · 0.45
Tested by
4
simple_type_test
Function · 0.36
null_test
Function · 0.36
sequence_test
Function · 0.36
map_test
Function · 0.36