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

Method end

apps/application/flow/common.py:54–57  ·  view source on GitHub ↗
(self, chunk=None)

Source from the content-addressed store, hash-verified

52 self.chunk_list.append(chunk)
53
54 def end(self, chunk=None):
55 if chunk is not None:
56 self.add_chunk(chunk)
57 self.status = 200
58
59 def is_end(self):
60 return self.status == 200

Callers 5

load_nodeMethod · 0.80
hand_node_resultMethod · 0.80
hand_node_resultMethod · 0.80
mask_code_blocksFunction · 0.80

Calls 1

add_chunkMethod · 0.95

Tested by

no test coverage detected