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

Method pop

packages/widget-sdk/src/message/protocol/message_map.ts:55–58  ·  view source on GitHub ↗

* The message calls back the queueing operation and * triggers the event related to the completion of the operation.

(id: string, params: IResultParams<T>)

Source from the content-addressed store, hash-verified

53 * triggers the event related to the completion of the operation.
54 */
55 public pop<T>(id: string, params: IResultParams<T>) {
56 const messageData = this.put(id);
57 messageData?.resolve?.(params);
58 }
59
60 /**
61 * Clear message memory.

Callers 7

modal.tsxFile · 0.45
composeOperationsFunction · 0.45
undoMethod · 0.45
redoMethod · 0.45
getActivityListMethod · 0.45
interceptorFunction · 0.45

Calls 1

putMethod · 0.95

Tested by

no test coverage detected