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

Function fxMapperReadAtom

xs/sources/xsAPI.c:2435–2439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2433}
2434
2435void fxMapperReadAtom(txMapper* self, Atom* atom)
2436{
2437 atom->atomSize = fxMapperRead4(self);
2438 atom->atomType = fxMapperRead4(self);
2439}
2440
2441void fxMapperSkip(txMapper* self, size_t size)
2442{

Callers 1

fxMapArchiveFunction · 0.85

Calls 1

fxMapperRead4Function · 0.85

Tested by

no test coverage detected