Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
func
(m *MapCache) getCacheFile() string {
80
return
m.sqlfile.Name() +
".sqlmap"
81
}
82
83
func
(m *MapCache) getFileSize() int64 {
84
f, err := m.sqlfile.Stat()
Callers
2
Get
Method · 0.95
Store
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected