Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ fg_release_chart
Function
fg_release_chart
src/api/c/chart.cpp:53–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
fg_err fg_release_chart(fg_chart pChart)
54
{
55
try {
56
ARG_ASSERT(0, (pChart!=0));
57
58
delete getChart(pChart);
59
}
60
CATCHALL
61
62
return FG_ERR_NONE;
63
}
64
65
fg_err fg_set_chart_axes_titles(fg_chart pChart,
66
const char* pX,
Callers
1
~Chart
Method · 0.85
Calls
1
getChart
Function · 0.85
Tested by
no test coverage detected