Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/4as/Chat-DeMod
/ hasFlagged
Function
hasFlagged
Chat DeMod.user.js:128–130 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
126
}
127
128
function
hasFlagged(text) {
129
return
text.match(/(\
"blocked\"
|\
"flagged\"
): ?true/ig);
130
}
131
function
hasBlocked(text) {
132
return
text.match(/(\
"blocked\"
): ?true/ig);
133
}
Callers
1
process
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected