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

Method getDataAsString

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

Source from the content-addressed store, hash-verified

167
168 // 获取解密后的字符串数据
169 public String getDataAsString() {
170 return data != null ? new String(data, StandardCharsets.UTF_8) : "";
171 }
172 }
173
174 // 工具方法:创建基础信息请求

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected