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

Method GetItem

DSView/pv/data/decode/annotationrestable.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129AnnotationSourceItem* AnnotationResTable::GetItem(int index){
130 if (index < 0 || index >= (int)m_resourceTable.size()){
131 assert(false);
132 }
133 return m_resourceTable[index];
134}
135
136const char* AnnotationResTable::format_to_string(const char *hex_str, int fmt)
137{

Callers 2

annotation.cppFile · 0.80
is_numbericMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected