MCPcopy
hub / github.com/cilium/cilium / Errorf

Method Errorf

test/controlplane/node/localnode.go:59–61  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

57}
58
59func (e *errorer) Errorf(format string, args ...any) {
60 e.err = errors.Join(e.err, fmt.Errorf(format, args...))
61}
62
63func validateLocalNodeInit(lns *node.LocalNodeStore) error {
64 // Validate that after LocalNodeStore has started it has been partially populated.

Callers 15

WalkMethod · 0.45
convMethod · 0.45
readGoModGoVersionFunction · 0.45
getEllipsisRHSExpansionFunction · 0.45
countArgsFunction · 0.45
filterRelevantMethodsFunction · 0.45
codeowners.goFile · 0.45
LoadFunction · 0.45
WorkflowOwnersMethod · 0.45
OwnersMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 15

Test_getHostNamesFunction · 0.36
Test_fmtTimestampFunction · 0.36
Test_getFlowTypeFunction · 0.36
TestFormatPolicyNamesFunction · 0.36
TestFromStringFunction · 0.36
TestMainFunction · 0.36
TestFilterDispatchFunction · 0.36
TestFilterLeftRightFunction · 0.36