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

Method Keys

internal/stmt_store/stmt_store.go:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func (s *lruStore) Keys() []string {
121 return s.lru.Keys()
122}
123
124func (s *lruStore) Get(key string) (*Stmt, bool) {
125 stmt, ok := s.lru.Get(key)

Callers

nothing calls this directly

Calls 1

KeysMethod · 0.65

Tested by

no test coverage detected