MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / has

Method has

packages/shell/src/model/props.ts:105–107  ·  view source on GitHub ↗

* test if the specified key is existing or not. * @param key * @returns

(key: string)

Source from the content-addressed store, hash-verified

103 * @returns
104 */
105 has(key: string): boolean {
106 return this[propsSymbol].has(key);
107 }
108
109 /**
110 * add a key with given value

Callers

nothing calls this directly

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected