MCPcopy Index your code
hub / github.com/callstack/agent-device / formatTextLengthMessage

Function formatTextLengthMessage

src/core/dispatch-interactions.ts:1112–1114  ·  view source on GitHub ↗
(action: 'Typed' | 'Filled', text: string)

Source from the content-addressed store, hash-verified

1110}
1111
1112function formatTextLengthMessage(action: 'Typed' | 'Filled', text: string): string {
1113 return `${action} ${Array.from(text).length} chars`;
1114}

Callers 3

handleTypeCommandFunction · 0.85
handleFillCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected