MCPcopy Index your code
hub / github.com/koding/kite / IsValid

Method IsValid

kontrol/keypair.go:211–217  ·  view source on GitHub ↗
(public string)

Source from the content-addressed store, hash-verified

209}
210
211func (m *CachedStorage) IsValid(public string) error {
212 if err := m.cache.IsValid(public); err == nil {
213 return nil
214 }
215
216 return m.backend.IsValid(public)
217}

Callers

nothing calls this directly

Calls 1

IsValidMethod · 0.65

Tested by

no test coverage detected