MCPcopy
hub / github.com/volcengine/OpenViking / append

Method append

tests/ingest/test_replay.py:69–72  ·  view source on GitHub ↗
(self, sid, payloads)

Source from the content-addressed store, hash-verified

67 self.ensured.append(sid)
68
69 async def append(self, sid, payloads):
70 self.appended.append((sid, len(payloads)))
71 self.count += len(payloads)
72 return len(payloads)
73
74 async def message_count(self, sid):
75 return self.count

Callers 15

_build_extension_implMethod · 0.45
load_qa_itemsFunction · 0.45
build_session_messagesFunction · 0.45
_stream_one_sessionFunction · 0.45
mainFunction · 0.45
parse_test_fileFunction · 0.45
build_session_messagesFunction · 0.45
run_importFunction · 0.45
mainFunction · 0.45
process_qa_resultsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected