MCPcopy Create free account
hub / github.com/apitable/apitable / opBuffer

Method opBuffer

packages/core/src/engine/buffer_storage.ts:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 // The cache has just been created, but it is still queuing operations that have not been sent out
138 // After sending, the op in opBuffer will be assembled into localPendingChangeset
139 get opBuffer(): IOperation[] {
140 return this._opBuffer;
141 }
142
143 set opBuffer(value: IOperation[]) {
144 this._opBuffer = value;

Callers

nothing calls this directly

Calls 3

removeMethod · 0.65
setMethod · 0.65
errorMethod · 0.65

Tested by

no test coverage detected