Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void RawBuffer::resize(std::size_t new_size) {
29
data_.resize(new_size);
30
}
31
32
void RawBuffer::clear() {
33
data_.clear();
Callers
15
insert
Method · 0.45
updateTable
Method · 0.45
updateLayoutCache
Method · 0.45
event
Function · 0.45
layoutContents
Function · 0.45
accept
Method · 0.45
eventFilter
Method · 0.45
remove
Method · 0.45
updateDisplay
Method · 0.45
initMousePattern
Method · 0.45
initKeyPattern
Method · 0.45
qwtToPoints
Function · 0.45
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
configure
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
makeScrollableTimeline
Function · 0.36
TEST
Function · 0.36
makeTallTimeline
Function · 0.36