Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setData
Method
setData
src/backend/core/column/Column.cpp:797–799 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
795
//////////////////////////////////////////////////////////////////////////////////////////////
796
797
void Column::setData(void* data) {
798
d->setData(data);
799
}
800
801
void* Column::data() const {
802
return d->data();
Callers
1
createContextMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected