MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / resize

Method resize

pj_datastore/src/buffer.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void RawBuffer::resize(std::size_t new_size) {
29 data_.resize(new_size);
30}
31
32void RawBuffer::clear() {
33 data_.clear();

Callers 15

insertMethod · 0.45
updateTableMethod · 0.45
updateLayoutCacheMethod · 0.45
eventFunction · 0.45
layoutContentsFunction · 0.45
acceptMethod · 0.45
eventFilterMethod · 0.45
removeMethod · 0.45
updateDisplayMethod · 0.45
initMousePatternMethod · 0.45
initKeyPatternMethod · 0.45
qwtToPointsFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
configureFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
makeScrollableTimelineFunction · 0.36
TESTFunction · 0.36
makeTallTimelineFunction · 0.36