Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ data_changed
Method
data_changed
python/jupyter-widget/src/widget.ts:126–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
data_changed() {
127
if
(!this.explorer) {
128
return
;
129
}
130
131
this.explorer.load(JSON.parse(this.model.get(
'data'
)));
132
}
133
}
Callers
1
render
Method · 0.95
Calls
2
load
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected