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

Function isShellNode

packages/shell/src/model/node.ts:34–36  ·  view source on GitHub ↗
(node: any)

Source from the content-addressed store, hash-verified

32const shellNodeSymbol = Symbol('shellNodeSymbol');
33
34function isShellNode(node: any): node is IPublicModelNode {
35 return node[shellNodeSymbol];
36}
37
38export class Node implements IPublicModelNode {
39 private readonly [documentSymbol]: InnerDocumentModel | null;

Callers 1

createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…