MCPcopy Create free account
hub / github.com/anomalyco/opencode / bytes

Function bytes

packages/opencode/test/lib/llm-server.ts:132–134  ·  view source on GitHub ↗
(input: Iterable<unknown>)

Source from the content-addressed store, hash-verified

130}
131
132function bytes(input: Iterable<unknown>) {
133 return Stream.fromIterable([...input].map(line)).pipe(Stream.encodeText)
134}
135
136function responseCreated(model: string) {
137 return {

Callers 2

sendFunction · 0.85
TextViewerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected