MCPcopy Create free account
hub / github.com/codeaashu/claude-code / hasUltraplanKeyword

Function hasUltraplanKeyword

src/utils/ultraplan/keyword.ts:107–109  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

105}
106
107export function hasUltraplanKeyword(text: string): boolean {
108 return findUltraplanTriggerPositions(text).length > 0
109}
110
111export function hasUltrareviewKeyword(text: string): boolean {
112 return findUltrareviewTriggerPositions(text).length > 0

Callers 1

processUserInputBaseFunction · 0.85

Calls 1

Tested by

no test coverage detected