Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
map
Method · 0.65
from
Method · 0.65
toProxy
Method · 0.65
Tested by
no test coverage detected