MCPcopy Create free account
hub / github.com/DTStack/molecule / updateStatusBar

Method updateStatusBar

src/controller/editor.tsx:352–358  ·  view source on GitHub ↗
(
        editorInstance: MonacoEditor.IStandaloneCodeEditor
    )

Source from the content-addressed store, hash-verified

350 }
351
352 private updateStatusBar(
353 editorInstance: MonacoEditor.IStandaloneCodeEditor
354 ) {
355 if (editorInstance) {
356 // TODO
357 }
358 }
359
360 public updateEditorLineColumnInfo(
361 editorInstance: MonacoEditor.IStandaloneCodeEditor

Callers 3

initEditorEventsMethod · 0.95
StatusBarControllerClass · 0.45
initViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected