Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ rewind
Method
rewind
cpp/src/data.cpp:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
void data::clear() { ::pn_data_clear(pn_object()); }
44
45
void data::rewind() { ::pn_data_rewind(pn_object()); }
46
47
bool data::empty() const { return ::pn_data_size(pn_object()) == 0; }
48
Callers
8
compare
Function · 0.45
data.cpp
File · 0.45
encoder.cpp
File · 0.45
print
Function · 0.45
to_object
Method · 0.45
decode_data
Method · 0.45
hash_spec.rb
File · 0.45
array_spec.rb
File · 0.45
Calls
1
pn_data_rewind
Function · 0.85
Tested by
1
decode_data
Method · 0.36