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

Method setsync

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

Source from the content-addressed store, hash-verified

61}
62
63func (w *world) setsync() bool {
64 return atomic.CompareAndSwapUintptr(&w.hassync, 0, 1)
65}
66
67func (w *world) resetsync() bool {
68 return atomic.CompareAndSwapUintptr(&w.hassync, 1, 0)

Callers 1

initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected