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

Function fxBundleMapReset

xs/tools/xstBundle.c:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63static int gBundleMapCount = 0;
64
65void fxBundleMapReset(void)
66{
67 gBundleMapCount = 0;
68}
69
70static void fxBundleMapPut(const char *name, const char *source, size_t sourceLen)
71{

Callers 3

fuzzFunction · 0.85
xst.cFile · 0.85
fxBundleRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected