Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devforth/painterro
/ validationHeightValue
Method
validationHeightValue
js/resizer.js:98–100 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
96
}
97
98
validationHeightValue(value) {
99
return
value <= this.inputHLimit;
100
}
101
102
static validationEmptyValue(value) {
103
return
value !==
''
|| value !==
'0'
;
Callers
1
validationHeight
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected