MCPcopy Index your code
hub / github.com/microsoft/SandDance / calculating

Method calculating

docs/app/js/sanddance-app.js:14396–14398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14394 dataScopeId = this.getBestDataScopeId();
14395 if (dataScopeId == null) dataScopeId = this.state.dataScopeId;
14396 const calculating = ()=>{
14397 this.dialogFocusHandler.focus && this.dialogFocusHandler.focus();
14398 };
14399 this.setState({
14400 sideTabId,
14401 dataScopeId,

Callers 1

renderMethod · 0.45

Calls 1

focusMethod · 0.45

Tested by

no test coverage detected