Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinterTC55/iter-streams
/ getText
Method
getText
samples/util.ts:126–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
getText(): string {
127
const
dec =
new
TextDecoder();
128
return
this.chunks.map((c) => dec.decode(c, { stream: true })).join(
''
) + dec.decode();
129
}
130
}
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected