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

Method String

plugin/baiduaudit/model.go:264–269  ·  view source on GitHub ↗

String 打印启用状态

()

Source from the content-addressed store, hash-verified

262
263// String 打印启用状态
264func (em mark) String() string {
265 if em {
266 return "开启"
267 }
268 return "关闭"
269}

Callers 4

getNameFunction · 0.45
sendLiveFunction · 0.45
initFunction · 0.45
updateVupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected