MCPcopy Create free account
hub / github.com/microsoft/SandDance / calculating

Method calculating

packages/sanddance-explorer/src/explorer.tsx:800–802  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

798 dataScopeId = this.state.dataScopeId;
799 }
800 const calculating = () => {
801 this.dialogFocusHandler.focus && this.dialogFocusHandler.focus();
802 };
803 this.setState({ sideTabId, dataScopeId, sidebarClosed: false, calculating });
804 this.activateDataBrowserItem(sideTabId, dataScopeId);
805 }

Callers 1

renderMethod · 0.45

Calls 1

focusMethod · 0.45

Tested by

no test coverage detected