Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
function
dotless(s) {
58
return
!hasDot(s);
59
}
60
61
// (Expression, Expression) -> [Expression]
62
function
flattenAdditive(left, right) {
Callers
nothing calls this directly
Calls
1
hasDot
Function · 0.85
Tested by
no test coverage detected