MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin / set

Method set

plugin/baiduaudit/model.go:187–191  ·  view source on GitHub ↗
(f func(g *group))

Source from the content-addressed store, hash-verified

185}
186
187func (g *group) set(f func(g *group)) {
188 g.mu.Lock()
189 f(g)
190 g.mu.Unlock()
191}
192
193func (g *group) setWhiteListType(typ int, ok bool) {
194 g.mu.Lock()

Callers 1

initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected