MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / has

Method has

packages/shell/src/api/plugins.ts:65–67  ·  view source on GitHub ↗
(pluginName: string)

Source from the content-addressed store, hash-verified

63 }
64
65 has(pluginName: string) {
66 return this[pluginsSymbol].has(pluginName);
67 }
68
69 async delete(pluginName: string) {
70 return await this[pluginsSymbol].delete(pluginName);

Callers

nothing calls this directly

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected