MCPcopy
hub / github.com/go-gorm/gorm / lruStore

Struct lruStore

internal/stmt_store/stmt_store.go:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116type lruStore struct {
117 lru *lru.LRU[string, *Stmt]
118}
119
120func (s *lruStore) Keys() []string {
121 return s.lru.Keys()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected