MCPcopy
hub / github.com/purpleidea/mgmt / Name

Method Name

engine/resources.go:251–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249// NamedRes is an interface that is used so a resource can have a unique name.
250type NamedRes interface {
251 Name() string
252 SetName(string)
253}
254

Callers 15

mainFunction · 0.65
TestAstFunc1Function · 0.65
TestAstFunc2Function · 0.65
TestAstFunc3Function · 0.65
stringResFieldsFunction · 0.65
GetFunctionNameFunction · 0.65
mapTupleFunction · 0.65
isErrorTypeFunction · 0.65
InterpretMethod · 0.65
DirectoryReaderFunction · 0.65
CallMethod · 0.65
FullModuleNameFunction · 0.65

Implementers 2

Namedengine/traits/named.go
testEngineResengine/util/util_test.go

Calls

no outgoing calls

Tested by 15

TestAstFunc1Function · 0.52
TestAstFunc2Function · 0.52
TestAstFunc3Function · 0.52
stringResFieldsFunction · 0.52
TestMountExistsFunction · 0.52
TestMiscEncodeDecode4Function · 0.52
TestExecAutoEdge1Function · 0.52
TestFstabWriteMethod · 0.52
TestFstabEntryAddMethod · 0.52
TestFstabEntryRemoveMethod · 0.52
TestFstabEntryExistsFunction · 0.52
TestResGraphMapper1Function · 0.52