Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_node
Method · 0.80
hand_node_result
Method · 0.80
hand_event_node_result
Method · 0.80
hand_node_result
Method · 0.80
mask_code_blocks
Function · 0.80
Calls
1
add_chunk
Method · 0.95
Tested by
no test coverage detected