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

Method hasSync

plugin/warframeapi/world.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (w *world) hasSync() bool {
60 return atomic.LoadUintptr(&w.hassync) != 0
61}
62
63func (w *world) setsync() bool {
64 return atomic.CompareAndSwapUintptr(&w.hassync, 0, 1)

Callers 2

updateMethod · 0.95
initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected