Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
func
(w *world) hasSync() bool {
60
return
atomic.LoadUintptr(&w.hassync) != 0
61
}
62
63
func
(w *world) setsync() bool {
64
return
atomic.CompareAndSwapUintptr(&w.hassync, 0, 1)
Callers
2
update
Method · 0.95
init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected