Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ te_free
Function
te_free
extern/tinyexpr/tinyexpr.c:113–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
113
void te_free(te_expr *n) {
114
if (!n) return;
115
te_free_parameters(n);
116
free(n);
117
}
118
119
120
static double pi(void) {return 3.14159265358979323846;}
Callers
4
te_free_parameters
Function · 0.85
te_compile
Function · 0.85
te_interp
Function · 0.85
step
Method · 0.85
Calls
1
te_free_parameters
Function · 0.85
Tested by
no test coverage detected