Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ resolveCommand
Method
resolveCommand
src/runtime/adapters/feishu.ts:328–330 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
326
}
327
328
private resolveCommand(text: string): BotCommand | null {
329
return
resolveCommand(text);
330
}
331
332
private
async
sendLongMessage(
333
chatId: string,
Callers
1
handleIncomingMessage
Method · 0.95
Calls
1
resolveCommand
Function · 0.85
Tested by
no test coverage detected