MCPcopy
hub / github.com/MrNothing/AI-Blocks / update

Method update

Sources/src/Model/UI/Scene.js:29–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 update()
30 {
31 this.forceUpdate();
32 if(!window.service.sceneRedraw)
33 {
34 window.service.sceneRedraw = true;
35 setTimeout(this.update.bind(this), 10);
36 }
37 else
38 this.enableWidgets();
39 }
40
41 enableWidgets()
42 {

Callers 14

handleKeyUpMethod · 0.80
logMethod · 0.80
checkLoadingCompleteMethod · 0.80
pasteSelectionMethod · 0.80
insertObjectFunction · 0.80
ifFunction · 0.80
Hierarchy.jsFile · 0.80
makeProjectFunction · 0.80
ifFunction · 0.80
updateChartMethod · 0.80
pushDataMethod · 0.80
pushPieDataMethod · 0.80

Calls 1

enableWidgetsMethod · 0.95

Tested by

no test coverage detected