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

Method Keys

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

Keys returns a slice of all cache keys in the store.

()

Source from the content-addressed store, hash-verified

49
50 // Keys returns a slice of all cache keys in the store.
51 Keys() []string
52
53 // Get retrieves a Stmt object from the store based on the given key.
54 // Parameters:

Callers 7

CloseMethod · 0.65
KeysMethod · 0.65
TestPreparedStmtDeadlockFunction · 0.65
TestPreparedStmtCloseFunction · 0.65
TestLRUNoPurgeFunction · 0.65
TestLRURemoveOldestFunction · 0.65

Implementers 1

lruStoreinternal/stmt_store/stmt_store.go

Calls

no outgoing calls

Tested by 5

TestPreparedStmtDeadlockFunction · 0.52
TestPreparedStmtCloseFunction · 0.52
TestLRUNoPurgeFunction · 0.52
TestLRURemoveOldestFunction · 0.52