MCPcopy Create free account
hub / github.com/msgbyte/tailchat / constructor

Method constructor

client/shared/utils/message-helper.ts:17–19  ·  view source on GitHub ↗
(origin: SimpleMessagePayload)

Source from the content-addressed store, hash-verified

15 private payload: SendMessagePayload;
16
17 constructor(origin: SimpleMessagePayload) {
18 this.payload = { ...origin };
19 }
20
21 /**
22 * 判断消息体内是否有回复信息

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected