MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / sleep

Function sleep

server/src/slack/client.ts:192–194  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

190}
191
192function sleep(ms: number): Promise<void> {
193 return new Promise(resolve => setTimeout(resolve, ms));
194}
195
196/**
197 * Check if Slack integration is configured (Addie bot token)

Callers 7

slackRequestFunction · 0.70
slackPostRequestFunction · 0.70
getSlackUsersFunction · 0.70
getSlackChannelsFunction · 0.70
getChannelMembersFunction · 0.70
getUserChannelsFunction · 0.70
getFullChannelHistoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected