Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
120
func
(s *lruStore) Keys() []string {
121
return
s.lru.Keys()
122
}
123
124
func
(s *lruStore) Get(key string) (*Stmt, bool) {
125
stmt, ok := s.lru.Get(key)
Callers
nothing calls this directly
Calls
1
Keys
Method · 0.65
Tested by
no test coverage detected