Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxFreeStringInfoCache
Function
fxFreeStringInfoCache
xs/sources/xsString.c:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void fxFreeStringInfoCache(txMachine* the)
75
{
76
txStringInfoCache* cache = the->stringInfoCache;
77
if (cache)
78
c_free(cache);
79
}
80
81
void fxInvalidateStringInfoCache(txMachine* the)
82
{
Callers
1
fxFree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected