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

Method saveSnapshots

python/jupyter-widget/src/widget.ts:109–112  ·  view source on GitHub ↗
(snapshots: SandDance.types.Snapshot[])

Source from the content-addressed store, hash-verified

107 }
108
109 private saveSnapshots(snapshots: SandDance.types.Snapshot[]) {
110 this.model.set('snapshots', snapshots);
111 this.model.save_changes();
112 }
113
114 size_changed() {
115 if (!this.wrapper) {

Callers 1

renderMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected