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

Method innerFn

packages/shell/src/model/detecting.ts:57–60  ·  view source on GitHub ↗
(innerNode: InnerNode)

Source from the content-addressed store, hash-verified

55
56 onDetectingChange(fn: (node: IPublicModelNode | null) => void): IPublicTypeDisposable {
57 const innerFn = (innerNode: InnerNode) => {
58 const shellNode = ShellNode.create(innerNode);
59 fn(shellNode);
60 };
61 return this[detectingSymbol].onDetectingChange(innerFn);
62 }
63}

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected