Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ targetError
Function
targetError
tools/mage/general.go:30–35 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
targetError(err error) error {
31
if
err != nil {
32
return
fmt.Errorf(
"failed checking modtime: %w"
, err)
33
}
34
return
nil
35
}
Callers
13
Deps
Method · 0.85
BuildDll
Method · 0.85
Messages
Method · 0.85
ExtractLocaleFiles
Method · 0.85
BackendTranslations
Method · 0.85
Deps
Method · 0.85
Build
Method · 0.85
Definitions
Method · 0.85
AllowedFieldMaskPaths
Method · 0.85
DeviceFieldMasks
Method · 0.85
Swagger
Method · 0.85
Markdown
Method · 0.85
Calls
1
Errorf
Method · 0.65
Tested by
no test coverage detected