Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CSAILVision/gandissect
/ _init
Method
_init
client/ts/vis/ExampleView.ts:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
protected options = {pos: {x: 0, y: 0}};
42
43
protected _init() {
44
this.div_origs = this.base.append(
'div'
).attr(
'class'
,
'examples'
);
45
46
}
47
48
protected _render(rData = this.renderData): void {
49
if
(!rData)
return
;
Callers
1
constructor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected