MCPcopy Create free account
hub / github.com/donatj/sqlread / getCacheFile

Method getCacheFile

mapcache/cache.go:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (m *MapCache) getCacheFile() string {
80 return m.sqlfile.Name() + ".sqlmap"
81}
82
83func (m *MapCache) getFileSize() int64 {
84 f, err := m.sqlfile.Stat()

Callers 2

GetMethod · 0.95
StoreMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected