MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / DeleteKey

Function DeleteKey

common/verification.go:57–61  ·  view source on GitHub ↗
(key string, purpose string)

Source from the content-addressed store, hash-verified

55}
56
57func DeleteKey(key string, purpose string) {
58 verificationMutex.Lock()
59 defer verificationMutex.Unlock()
60 delete(verificationMap, purpose+key)
61}
62
63// no lock inside, so the caller must lock the verificationMap before calling!
64func removeExpiredPairs() {

Callers 1

ResetPasswordFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected