MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / getPlugin

Function getPlugin

src/commands/operation.ts:26–28  ·  view source on GitHub ↗
(val: string)

Source from the content-addressed store, hash-verified

24 static args = Command.args
25
26 private getPlugin(val: string): string {
27 return val.includes('@') ? val.split('@')[0] : val
28 }
29
30 async add(type: PluginType): Promise<
31 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected