MCPcopy
hub / github.com/QuantumNous/new-api / Unlock

Method Unlock

controller/user.go:1141–1146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1139}
1140
1141func (l *topUpTryLock) Unlock() {
1142 select {
1143 case <-l.ch:
1144 default:
1145 }
1146}
1147
1148func getTopUpLock(userID int) *topUpTryLock {
1149 if v, ok := topUpLocks.Load(userID); ok {

Callers 15

GetBase64DataMethod · 0.80
CloseMethod · 0.80
UnmarshalJSONMethod · 0.80
SetMethod · 0.80
AddAllMethod · 0.80
ClearMethod · 0.80
LoadFromJsonStringFunction · 0.80
withHeaderNavModulesFunction · 0.80
SetupLoggerFunction · 0.80
LockOrderFunction · 0.80
UnlockOrderFunction · 0.80

Calls

no outgoing calls