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

Function fxMapperRead1

xs/sources/xsAPI.c:2407–2415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2405}
2406
2407txU1 fxMapperRead1(txMapper* self)
2408{
2409 txU1 result;
2410 if (self->bufferOffset == self->bufferSize)
2411 fxMapperStep(self);
2412 result = *(self->buffer + self->bufferOffset);
2413 self->bufferOffset++;
2414 return result;
2415}
2416
2417txU2 fxMapperRead2(txMapper* self)
2418{

Callers 4

fxMapArchiveFunction · 0.85
fxMapperMapIDsFunction · 0.85
fxMapperRead2Function · 0.85
fxMapperRead4Function · 0.85

Calls 1

fxMapperStepFunction · 0.85

Tested by

no test coverage detected