Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xerrors/Yuxi
/ create
Method
create
backend/test/unit/knowledge/test_file_size_fallback.py:218–219 ·
view source on GitHub ↗
(self, payload)
Source
from the content-addressed store, hash-verified
216
return
SimpleNamespace(kb_id=kb_id)
217
218
async
def
create(self, payload):
219
self.created.append(payload)
220
221
async
def
update(self, kb_id, data):
222
self.updated.append((kb_id, data))
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected