Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ getChartType
Method
getChartType
src/api/cpp/chart.cpp:151–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
ChartType Chart::getChartType() const
152
{
153
fg_chart_type retVal = (fg_chart_type)0;
154
FG_THROW(fg_get_chart_type(&retVal, get()));
155
return retVal;
156
}
157
158
}
Callers
nothing calls this directly
Calls
1
fg_get_chart_type
Function · 0.85
Tested by
no test coverage detected