MCPcopy
hub / github.com/1Panel-dev/MaxKB / write

Method write

ui/src/api/type/application.ts:493–498  ·  view source on GitHub ↗

* 持续从缓存区 写出数据 * @param chatRecordId 对话记录id

(chatRecordId: string)

Source from the content-addressed store, hash-verified

491 * @param chatRecordId 对话记录id
492 */
493 static write(chatRecordId: string) {
494 const chatRecord = this.chatMessageContainer[chatRecordId]
495 if (chatRecord) {
496 chatRecord.write()
497 }
498 }
499
500 static open(chatRecordId: string) {
501 const chatRecord = this.chatMessageContainer[chatRecordId]

Callers 15

runMethod · 0.45
get_appstore_toolsMethod · 0.45
emitMethod · 0.45
write_thread_task_logMethod · 0.45
handle_task_endMethod · 0.45
export_zipMethod · 0.45
export_knowledgeMethod · 0.45
zip_dirFunction · 0.45
write_imageFunction · 0.45
export_zipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected