MCPcopy
hub / github.com/yuk7/wsldl / IsDistributionRegistered

Method IsDistributionRegistered

src/lib/wsllib/interface.go:31–31  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

29
30type WslLib interface {
31 IsDistributionRegistered(name string) bool
32 RegisterDistribution(name, rootPath string) error
33 UnregisterDistribution(name string) error
34 LaunchInteractive(name, command string, inheritPath bool) (uint32, error)

Callers 13

runMainFunction · 0.65
executeFunction · 0.65
GetCommandWithDepsFunction · 0.65
TestNewNativeWslLibStubFunction · 0.65
GetCommandWithDepsFunction · 0.65
GetCommandWithDepsFunction · 0.65
executeFunction · 0.65
GetCommandWithDepsFunction · 0.65
GetCommandWithDepsFunction · 0.65
GetCommandWithDepsFunction · 0.65

Implementers 3

testWslLibsrc/lib/wsllib/interface_test.go
MockWslLibsrc/lib/wsllib/mock.go
nativeWslLibsrc/lib/wsllib/impl_stub.go

Calls

no outgoing calls

Tested by 1

TestNewNativeWslLibStubFunction · 0.52