MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / add_chunk

Method add_chunk

apps/application/flow/common.py:51–52  ·  view source on GitHub ↗
(self, chunk)

Source from the content-addressed store, hash-verified

49 self.chunk_list = []
50
51 def add_chunk(self, chunk):
52 self.chunk_list.append(chunk)
53
54 def end(self, chunk=None):
55 if chunk is not None:

Callers 3

endMethod · 0.95
send_progressMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected