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

Function fxMapperRead4

xs/sources/xsAPI.c:2425–2433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2423}
2424
2425txU4 fxMapperRead4(txMapper* self)
2426{
2427 txU4 result;
2428 result = fxMapperRead1(self) << 24;
2429 result |= fxMapperRead1(self) << 16;
2430 result |= fxMapperRead1(self) << 8;
2431 result |= fxMapperRead1(self);
2432 return result;
2433}
2434
2435void fxMapperReadAtom(txMapper* self, Atom* atom)
2436{

Callers 1

fxMapperReadAtomFunction · 0.85

Calls 1

fxMapperRead1Function · 0.85

Tested by

no test coverage detected