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

Method getLocalPendingChangeset

packages/core/src/engine/engine.ts:145–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 getLocalPendingChangeset() {
146 return this.bufferStorage.localPendingChangeset;
147 }
148
149 getOpBuffer() {
150 return this.bufferStorage.opBuffer;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected