Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ validate
Function
validate
frontend/web/components/base/forms/Input.js:12–14 ·
view source on GitHub ↗
(char)
Source
from the content-addressed store, hash-verified
10
const
maskedCharacters = {
11
'a'
: {
12
validate(char) {
13
return
/[ap]/.test(char)
14
},
15
},
16
'm'
: {
17
transform() {
Callers
nothing calls this directly
Calls
1
test
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…