MCPcopy
hub / github.com/helm/helm / Dir

Method Dir

internal/plugin/plugin.go:29–29  ·  view source on GitHub ↗

Dir return the plugin directory (as an absolute path) on the filesystem

()

Source from the content-addressed store, hash-verified

27type Plugin interface {
28 // Dir return the plugin directory (as an absolute path) on the filesystem
29 Dir() string
30
31 // Metadata describes the plugin's type, version, etc.
32 // (This metadata type is the converted and plugin version independented in-memory representation of the plugin.yaml file)

Callers 15

ExpandFunction · 0.65
SaveFunction · 0.65
writeFileFunction · 0.65
PutMethod · 0.65
DownloadToCacheMethod · 0.65
ensureDirectoryForFileFunction · 0.65
uninstallPluginFunction · 0.65
newLintCmdFunction · 0.65
createTestPluginTarballFunction · 0.65
loadCompletionForPluginFunction · 0.65
pluginDynamicCompFunction · 0.65

Implementers 3

testPluginpkg/getter/plugingetter_test.go
ExtismV1PluginRuntimeinternal/plugin/runtime_extismv1.go
SubprocessPluginRuntimeinternal/plugin/runtime_subprocess.go

Calls

no outgoing calls

Tested by 11

createTestPluginTarballFunction · 0.52
TestInstallFunction · 0.52
TestPullCmdFunction · 0.52
TestLoadDirFunction · 0.52
TestLoadDirGetterFunction · 0.52
TestPostRendererFunction · 0.52
TestLocalInstallerFunction · 0.52
TestCopyDirFunction · 0.52