MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_annotation_size

Method get_annotation_size

DSView/pv/data/decode/rowdata.h:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 bool push_annotation(Annotation *a);
50
51 inline uint64_t get_annotation_size(){
52 return _item_count;
53 }
54
55 bool get_annotation(pv::data::decode::Annotation *ann, uint64_t index);
56

Callers 1

list_annotation_sizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected