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

Function fxBundleIs

xs/tools/xstBundle.c:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90int fxBundleIs(const char *buffer, size_t size)
91{
92 return (size >= kBundleMarkerPrefixLen) &&
93 (0 == memcmp(buffer, kBundleMarkerPrefix, kBundleMarkerPrefixLen));
94}
95
96// Find the next start-of-line marker at or after `from`. `bufStart` is the
97// origin of the buffer, used to check "start of line" at position `from`.

Callers 1

fuzzFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected