MCPcopy Index your code
hub / github.com/FloatTech/ZeroBot-Plugin / toBase64String

Method toBase64String

plugin/minecraftobserver/model.go:169–171  ·  view source on GitHub ↗

toBase64String 转换为base64字符串

()

Source from the content-addressed store, hash-verified

167
168// toBase64String 转换为base64字符串
169func (i icon) toBase64String() string {
170 return "base64://" + strings.TrimPrefix(string(i), "data:image/png;base64,")
171}
172
173// genServerSubscribeSchema 将DTO转换为DB Schema
174func (dto *serverPingAndListResp) genServerSubscribeSchema(addr string, id int64) *serverStatus {

Callers 2

singleServerScanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected