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

Function fxMapperRead2

xs/sources/xsAPI.c:2417–2423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2415}
2416
2417txU2 fxMapperRead2(txMapper* self)
2418{
2419 txU2 result;
2420 result = fxMapperRead1(self);
2421 result |= fxMapperRead1(self) << 8;
2422 return result;
2423}
2424
2425txU4 fxMapperRead4(txMapper* self)
2426{

Callers 2

fxMapArchiveFunction · 0.85
fxMapperMapIDsFunction · 0.85

Calls 1

fxMapperRead1Function · 0.85

Tested by

no test coverage detected