MCPcopy 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
30func targetError(err error) error {
31 if err != nil {
32 return fmt.Errorf("failed checking modtime: %w", err)
33 }
34 return nil
35}

Callers 13

DepsMethod · 0.85
BuildDllMethod · 0.85
MessagesMethod · 0.85
ExtractLocaleFilesMethod · 0.85
BackendTranslationsMethod · 0.85
DepsMethod · 0.85
BuildMethod · 0.85
DefinitionsMethod · 0.85
AllowedFieldMaskPathsMethod · 0.85
DeviceFieldMasksMethod · 0.85
SwaggerMethod · 0.85
MarkdownMethod · 0.85

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected