Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
169
export
function
extractNodeReadText(node: SnapshotState[
'nodes'
][number]): string {
170
return
extractReadableText(node);
171
}
Callers
2
readTextForNode
Function · 0.90
snapshot-processing.test.ts
File · 0.90
Calls
1
extractReadableText
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…