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

Method editorViews

packages/shell/src/model/window.ts:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 get editorViews() {
58 return Array.from(this[windowSymbol].editorViews.values()).map(d => new EditorView(d).toProxy() as any);
59 }
60}

Callers

nothing calls this directly

Calls 3

mapMethod · 0.65
fromMethod · 0.65
toProxyMethod · 0.65

Tested by

no test coverage detected