MCPcopy 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

chunkedEncodeFunction · 0.45
largeSourceFunction · 0.45
toHexFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
toHexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected