MCPcopy Index your code
hub / github.com/DTStack/molecule / open

Method open

src/controller/editor.tsx:95–97  ·  view source on GitHub ↗
(tab: IEditorTab<any>, groupId?: UniqueId)

Source from the content-addressed store, hash-verified

93 }
94
95 public open<T>(tab: IEditorTab<any>, groupId?: UniqueId) {
96 this.editorService.open<T>(tab, groupId);
97 }
98
99 public onClickContextMenu = (
100 e: React.MouseEvent,

Callers

nothing calls this directly

Calls 1

openMethod · 0.65

Tested by

no test coverage detected