Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ isAllowToCustomizeAuthor
Function
isAllowToCustomizeAuthor
apps/web/services/slack/api/postMessage.ts:275–277 ·
view source on GitHub ↗
(slackToken: slackAuthorizations)
Source
from the content-addressed store, hash-verified
273
}
274
275
function
isAllowToCustomizeAuthor(slackToken: slackAuthorizations): boolean {
276
return
slackToken.scope.indexOf(
'chat:write.customize'
) > -1;
277
}
Callers
1
slackChatSync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected