MCPcopy
hub / github.com/lxc/incus / Errorf

Method Errorf

internal/server/storage/linstor/linstor.go:33–35  ·  view source on GitHub ↗

Errorf wraps logger.Error for golinstor.

(str string, args ...any)

Source from the content-addressed store, hash-verified

31
32// Errorf wraps logger.Error for golinstor.
33func (linstorLogger) Errorf(str string, args ...any) {
34 wrapLogger(logger.Error, str, args...)
35}
36
37// Infof wraps logger.Info for golinstor.
38func (linstorLogger) Infof(str string, args ...any) {

Callers 15

GetImageMethod · 0.80
GetImageFileMethod · 0.80
CopyStoragePoolVolumeMethod · 0.80
CheckExtensionMethod · 0.80
GetMetricsMethod · 0.80
ApplyServerPreseedMethod · 0.80
incusParseResponseFunction · 0.80
unpackOCIImageFunction · 0.80
unpackOCIImageFunction · 0.80
doMethod · 0.80

Calls 1

wrapLoggerFunction · 0.85

Tested by 15

newFuncFunction · 0.64
TestMountFlagsToOptsFunction · 0.64
TestMemoryPipeFunction · 0.64
TestQemuConfigTemplatesFunction · 0.64
mockMonitorServerFunction · 0.64
LeaderMethod · 0.64
FollowerMethod · 0.64
SetupTestMethod · 0.64
TearDownTestMethod · 0.64
TestShouldShowFunction · 0.64