Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
static int gBundleMapCount = 0;
64
65
void fxBundleMapReset(void)
66
{
67
gBundleMapCount = 0;
68
}
69
70
static void fxBundleMapPut(const char *name, const char *source, size_t sourceLen)
71
{
Callers
3
fuzz
Function · 0.85
xst.c
File · 0.85
fxBundleRun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected