Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/slackapi/node-slack-sdk
/ createEventAdapter
Function
createEventAdapter
packages/events-api/src/index.js:6–8 ·
view source on GitHub ↗
(signingSecret, options)
Source
from the content-addressed store, hash-verified
4
export
const
errorCodes = adapterErrorCodes;
5
6
export
function
createEventAdapter(signingSecret, options) {
7
return
new
SlackEventAdapter(signingSecret, options);
8
}
Callers
4
verify.js
File · 0.90
test-adapter-options.js
File · 0.85
test-basic.js
File · 0.85
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected