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

Function findUltraplanTriggerPositions

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

Source from the content-addressed store, hash-verified

95}
96
97export function findUltraplanTriggerPositions(text: string): TriggerPosition[] {
98 return findKeywordTriggerPositions(text, 'ultraplan')
99}
100
101export function findUltrareviewTriggerPositions(
102 text: string,

Callers 3

PromptInputFunction · 0.85
hasUltraplanKeywordFunction · 0.85
replaceUltraplanKeywordFunction · 0.85

Calls 1

Tested by

no test coverage detected