MCPcopy Create free account
hub / github.com/Q16G/memory-shell / createHeartbeatRequest

Method createHeartbeatRequest

src/main/java/org/example/tlv.java:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183
184 // 工具方法:创建心跳请求
185 public static Request createHeartbeatRequest() {
186 return new Request(TYPE_HEARTBEAT, new byte[0]);
187 }
188
189 // 工具方法:创建响应
190 public static Response createResponse(byte type, byte status, String data) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected