Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ syncScheduler
Method
syncScheduler
sdk/cliproxy/auth/conductor.go:330–335 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
328
}
329
330
func
(m *Manager) syncScheduler() {
331
if
m == nil || m.scheduler == nil {
332
return
333
}
334
m.syncSchedulerFromSnapshot(m.snapshotAuths())
335
}
336
337
func
(m *Manager) snapshotAuths() []*Auth {
338
m.mu.RLock()
Callers
6
benchmarkManagerSetup
Function · 0.95
SetSelector
Method · 0.95
pickViaBuiltinScheduler
Method · 0.95
Load
Method · 0.95
pickNext
Method · 0.95
pickNextMixed
Method · 0.95
Calls
2
syncSchedulerFromSnapshot
Method · 0.95
snapshotAuths
Method · 0.95
Tested by
1
benchmarkManagerSetup
Function · 0.76