Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
bool 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_pre
Method · 0.80
search_nxt
Method · 0.80
Calls
1
GetItem
Method · 0.80
Tested by
no test coverage detected