Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinterTC55/iter-streams
/ toString
Method
toString
samples/01-basic-creation.ts:230–232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
229
// The protocol method - returns sync streamable yield
230
toString(): string {
231
return
JSON.stringify(this.data);
232
}
233
}
234
235
// Create a generator that yields JsonMessage objects
Callers
6
chunkedEncode
Function · 0.45
largeSource
Function · 0.45
toHex
Function · 0.45
main
Function · 0.45
main
Function · 0.45
toHex
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected