MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / _encode_chunk

Function _encode_chunk

apps/output/streaming_chunk_cache.py:44–47  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

42
43
44def _encode_chunk(chunk):
45 if isinstance(chunk, bytes):
46 return chunk
47 return chunk.encode("utf-8")
48
49
50def _poll_wait(interval):

Callers 1

_stream_buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected