MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / isCompactSlashCommand

Function isCompactSlashCommand

shared/composer-slash-commands.ts:14–16  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

12}
13
14export function isCompactSlashCommand(text: string) {
15 return parseCompactSlashCommand(text) !== null
16}
17
18export const appSettingsSlashCommand: ComposerSlashCommand = {
19 name: 'settings',

Callers 4

submitComposerDraftFunction · 0.90
getInboxSendPayloadFunction · 0.90

Calls 1

parseCompactSlashCommandFunction · 0.85

Tested by

no test coverage detected