MCPcopy Create free account
hub / github.com/MacroPower/kat / RunPlugin

Method RunPlugin

pkg/command/static.go:117–119  ·  view source on GitHub ↗
(_ string)

Source from the content-addressed store, hash-verified

115}
116
117func (rg *Static) RunPlugin(_ string) Output {
118 return rg.RunPluginContext(context.Background(), "")
119}
120
121func (rg *Static) RunPluginContext(ctx context.Context, _ string) Output {
122 rg.broadcast(NewEventStart(ctx, TypePlugin))

Callers 1

TestStatic_RunPluginFunction · 0.95

Calls 1

RunPluginContextMethod · 0.95

Tested by 1

TestStatic_RunPluginFunction · 0.76