MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxInvalidateStringInfoCache

Function fxInvalidateStringInfoCache

xs/sources/xsString.c:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void fxInvalidateStringInfoCache(txMachine* the)
82{
83 txStringInfoCache* cache = the->stringInfoCache;
84 if (cache) {
85 cache->head = 0;
86 cache->tail = 0;
87 }
88}
89
90txStringInfo* fxCacheStringInfo(txMachine* the, txString string)
91{

Callers 1

fxCollectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected