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

Method createResponse

src/main/java/org/example/tlv.java:190–192  ·  view source on GitHub ↗
(byte type, byte status, String data)

Source from the content-addressed store, hash-verified

188
189 // 工具方法:创建响应
190 public static Response createResponse(byte type, byte status, String data) {
191 return new Response(type, status, data.getBytes(StandardCharsets.UTF_8));
192 }
193}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected