MCPcopy Create free account
hub / github.com/devforth/painterro / validationZeroValue

Method validationZeroValue

js/resizer.js:106–112  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

104 }
105
106 static validationZeroValue(...args) {
107 let isValid = true;
108 args.forEach((v) => {
109 isValid = !(v === 0) && isValid;
110 });
111 return isValid;
112 }
113
114 validationHeight(value) {
115 if (this.validationHeightValue(value)) {

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected