Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CSAILVision/gandissect
/ imgWidth
Method
imgWidth
client/ts/vis/ExampleView.ts:121–124 ·
view source on GitHub ↗
(imgWidth: number)
Source
from the content-addressed store, hash-verified
119
120
121
public set imgWidth(imgWidth: number) {
122
this._imgWidth = imgWidth;
123
this._render();
124
}
125
126
}
Callers
nothing calls this directly
Calls
1
_render
Method · 0.95
Tested by
no test coverage detected