MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / is_numberic

Method is_numberic

DSView/pv/data/decode/annotation.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182bool Annotation::is_numberic()
183{
184 AnnotationSourceItem *resItem = _status->m_resTable.GetItem(_resIndex);
185 return resItem->is_numeric;
186}
187
188} // namespace decode
189} // namespace data

Callers 2

search_preMethod · 0.80
search_nxtMethod · 0.80

Calls 1

GetItemMethod · 0.80

Tested by

no test coverage detected