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

Function fxCheckMeter

xs/sources/xsRun.c:5185–5191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5183
5184#ifdef mxMetering
5185void fxCheckMeter(void* console)
5186{
5187 txMachine* the = console;
5188 if (the->meterInterval && (the->meterIndex > the->meterCount)) {
5189 fxCheckMetering(the);
5190 }
5191}
5192void fxMeterSome(void* console, txU4 count)
5193{
5194 txMachine* the = console;

Callers

nothing calls this directly

Calls 1

fxCheckMeteringFunction · 0.85

Tested by

no test coverage detected