MCPcopy Create free account
hub / github.com/cst/cst / getPluginName

Method getPluginName

src/plugins/BasePlugin.js:15–17  ·  view source on GitHub ↗

* Returns plugin name. * Plugin's API will be accessible using `program.plugins. `.

()

Source from the content-addressed store, hash-verified

13 * Plugin's API will be accessible using `program.plugins.<pluginName>`.
14 */
15 getPluginName(): string {
16 return 'basePlugin';
17 }
18
19 /**
20 * Returns plugin API.

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected