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

Method has

packages/shell/src/api/config.ts:12–14  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

10 }
11
12 has(key: string): boolean {
13 return this[configSymbol].has(key);
14 }
15
16 get(key: string, defaultValue?: any): any {
17 return this[configSymbol].get(key, defaultValue);

Callers

nothing calls this directly

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected