Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
63
func
(w *world) setsync() bool {
64
return
atomic.CompareAndSwapUintptr(&w.hassync, 0, 1)
65
}
66
67
func
(w *world) resetsync() bool {
68
return
atomic.CompareAndSwapUintptr(&w.hassync, 1, 0)
Callers
1
init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected