Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/usefathom/fathom
/ mapError
Function
mapError
pkg/datastore/sqlstore/sqlstore.go:96–102 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
mapError(err error) error {
97
if
err == sql.ErrNoRows {
98
return
ErrNoResults
99
}
100
101
return
nil
102
}
Callers
10
GetReferrerStats
Method · 0.85
SelectAggregatedReferrerStats
Method · 0.85
GetAggregatedReferrerStatsPageviews
Method · 0.85
GetSite
Method · 0.85
GetUserByEmail
Method · 0.85
GetSiteStats
Method · 0.85
GetAggregatedSiteStats
Method · 0.85
GetRealtimeVisitorCount
Method · 0.85
GetPageStats
Method · 0.85
GetPageview
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected