MCPcopy 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
67func (w *world) resetsync() bool {
68 return atomic.CompareAndSwapUintptr(&w.hassync, 1, 0)
69}
70
71// 根据API返回内容修正游戏时间
72func (w *world) refresh(api *wfapi) {

Callers 1

initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected