MCPcopy
hub / github.com/asm-js/validator / dotless

Function dotless

lib/validate.js:57–59  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

55
56// (string) -> boolean
57function dotless(s) {
58 return !hasDot(s);
59}
60
61// (Expression, Expression) -> [Expression]
62function flattenAdditive(left, right) {

Callers

nothing calls this directly

Calls 1

hasDotFunction · 0.85

Tested by

no test coverage detected