MCPcopy Index your code
hub / github.com/ZenNotes/zennotes / reset

Method reset

apps/server/internal/httpserver/security.go:203–207  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

201}
202
203func (l *attemptLimiter) reset(key string) {
204 l.mu.Lock()
205 delete(l.hits, key)
206 l.mu.Unlock()
207}
208
209func normalizeOrigin(raw string) string {
210 parsed, err := url.Parse(strings.TrimSpace(raw))

Callers 2

sessionLoginMethod · 0.80

Calls

no outgoing calls

Tested by 1