Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FloatTech/ZeroBot-Plugin
/ resetsync
Method
resetsync
plugin/warframeapi/world.go:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
(w *world) resetsync() bool {
68
return
atomic.CompareAndSwapUintptr(&w.hassync, 1, 0)
69
}
70
71
// 根据API返回内容修正游戏时间
72
func
(w *world) refresh(api *wfapi) {
Callers
1
init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected