MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / feed

Method feed

Default/GenericInspector/SymViewTab.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void
170SymViewTab::feed(const Symbol *data, unsigned int size)
171{
172 this->ui->symView->feed(data, size);
173 this->refreshSizes();
174}
175
176unsigned int
177SymViewTab::getVScrollPageSize(void) const

Callers

nothing calls this directly

Calls 1

refreshSizesMethod · 0.95

Tested by

no test coverage detected