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

Method createInfoRequest

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

Source from the content-addressed store, hash-verified

173
174 // 工具方法:创建基础信息请求
175 public static Request createInfoRequest() {
176 return new Request(TYPE_INFO, new byte[0]);
177 }
178
179 // 工具方法:创建命令执行请求
180 public static Request createCommandRequest(String cmd) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected