Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Acode-Foundation/Acode
/ isValidColor
Function
isValidColor
src/utils/color/regex.js:292–294 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
290
}
291
292
export
function
isValidColor(value) {
293
return
colorRegex.anyStrict.test(value);
294
}
Callers
4
settingsPage.js
File · 0.90
customTheme.js
File · 0.90
colorView
Function · 0.90
getColorRange
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected