Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CSAILVision/gandissect
/ ablated
Method
ablated
client/ts/vis/ExampleView.ts:114–118 ·
view source on GitHub ↗
(data: API_generate)
Source
from the content-addressed store, hash-verified
112
113
114
public set ablated(data: API_generate) {
115
this.data.compare = data;
116
this.renderData = this._wrangle(this.data);
117
this._render();
118
}
119
120
121
public set imgWidth(imgWidth: number) {
Callers
nothing calls this directly
Calls
2
_wrangle
Method · 0.95
_render
Method · 0.95
Tested by
no test coverage detected