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

Function extractNodeReadText

src/snapshot/snapshot-processing.ts:169–171  ·  view source on GitHub ↗
(node: SnapshotState['nodes'][number])

Source from the content-addressed store, hash-verified

167}
168
169export function extractNodeReadText(node: SnapshotState['nodes'][number]): string {
170 return extractReadableText(node);
171}

Callers 2

readTextForNodeFunction · 0.90

Calls 1

extractReadableTextFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…