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

Function fxBundleMapGet

xs/tools/xstBundle.c:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80static const txBundleEntry *fxBundleMapGet(const char *name)
81{
82 int i;
83 for (i = 0; i < gBundleMapCount; i++) {
84 if (0 == strcmp(gBundleMap[i].name, name))
85 return &gBundleMap[i];
86 }
87 return NULL;
88}
89
90int fxBundleIs(const char *buffer, size_t size)
91{

Callers 1

fxBundleLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected