MCPcopy 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
74void fxFreeStringInfoCache(txMachine* the)
75{
76 txStringInfoCache* cache = the->stringInfoCache;
77 if (cache)
78 c_free(cache);
79}
80
81void fxInvalidateStringInfoCache(txMachine* the)
82{

Callers 1

fxFreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected