Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ columnMode
Method
columnMode
src/backend/core/column/ColumnStringIO.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
AbstractColumn::ColumnMode ColumnStringIO::columnMode() const {
26
return AbstractColumn::ColumnMode::Text;
27
}
28
29
AbstractColumn::PlotDesignation ColumnStringIO::plotDesignation() const {
30
return m_owner->plotDesignation();
Callers
1
copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected