MCPcopy Index your code
hub / github.com/linuxkit/linuxkit / String

Method String

pkg/metadata/main.go:49–49  ·  view source on GitHub ↗

String should return a unique name for the Provider

()

Source from the content-addressed store, hash-verified

47type Provider interface {
48 // String should return a unique name for the Provider
49 String() string
50
51 // Probe returns true if the provider was detected.
52 Probe() bool

Callers 15

mainFunction · 0.95
parseCmdFunction · 0.65
volumeInitCmdFunction · 0.65
systemInitCmdFunction · 0.65
mainFunction · 0.65
WriteMethod · 0.65
mainFunction · 0.65
vmwareGetFunction · 0.65
networkConfigFunction · 0.65
mainFunction · 0.65
ringBufferHandlerFunction · 0.65
readLogFromFdFunction · 0.65

Implementers 11

ProviderCDROMpkg/metadata/provider_cdrom.go
ProviderGCPpkg/metadata/provider_gcp.go
ProviderVMwarepkg/metadata/provider_vmware_unsupport
ProviderEquinixMetalpkg/metadata/provider_equinixmetal.go
ProviderVultrpkg/metadata/provider_vultr.go
ProviderDigitalOceanpkg/metadata/provider_digitalocean.go
ProviderHetznerpkg/metadata/provider_hetzner.go
ProviderMetaldatapkg/metadata/provider_metaldata.go
ProviderOpenstackpkg/metadata/provider_openstack.go
ProviderScalewaypkg/metadata/provider_scaleway.go
ProviderAWSpkg/metadata/provider_aws.go

Calls

no outgoing calls

Tested by 9

ImageInCacheMethod · 0.52
imageWriteStreamMethod · 0.52
IndexWriteMethod · 0.52
DescriptorWriteMethod · 0.52
FindDescriptorMethod · 0.52
GetContentMethod · 0.52
V1TarReaderMethod · 0.52
OCITarReaderMethod · 0.52