MCPcopy
hub / github.com/slackapi/node-slack-sdk / nextMessageId

Method nextMessageId

packages/rtm-api/src/RTMClient.ts:544–547  ·  view source on GitHub ↗

* Atomically increments and returns a message ID for the next message.

()

Source from the content-addressed store, hash-verified

542 * Atomically increments and returns a message ID for the next message.
543 */
544 private nextMessageId(): number {
545 this.messageId += 1;
546 return this.messageId;
547 }
548
549 /**
550 * Set up method for the client's websocket instance. This method will attach event listeners.

Callers 1

sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected