Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devforth/painterro
/ open
Method
open
js/filters.js:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
open() {
96
this.wrapper.removeAttribute(
'hidden'
);
97
this.opened = true;
98
}
99
100
close() {
101
this.wrapper.setAttribute(
'hidden'
,
''
);
Callers
2
constructor
Method · 0.45
imgToDataURL
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected