MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / resolveInlineCommand

Method resolveInlineCommand

src/runtime/adapters/slack.ts:391–398  ·  view source on GitHub ↗
(commandKey: string)

Source from the content-addressed store, hash-verified

389 }
390
391 private resolveInlineCommand(commandKey: string): BotCommand | undefined {
392 const resolved = resolveCommand(commandKey);
393 if (resolved) {
394 return resolved;
395 }
396
397 return INLINE_COMMANDS[commandKey];
398 }
399
400 private resolveSlashCommand(commandName: string): BotCommand | undefined {
401 if (commandName === "/new") {

Callers 1

Calls 1

resolveCommandFunction · 0.85

Tested by

no test coverage detected