Function: isBatching()
isBatching():
boolean
Defined in: packages/ffi/src/batch.ts:32
Checks if currently inside a batch context.
Returns
boolean
true if beginBatch was called without a matching endBatch
isBatching():
boolean
Defined in: packages/ffi/src/batch.ts:32
Checks if currently inside a batch context.
boolean
true if beginBatch was called without a matching endBatch