Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dev-mastery/comments-api
/ isValidIp
Function
isValidIp
src/comment/index.js:13–15 ·
view source on GitHub ↗
(ip)
Source
from the content-addressed store, hash-verified
11
export
default makeComment
12
13
function
isValidIp (ip) {
14
return
ipRegex({ exact: true }).test(ip)
15
}
16
17
function
md5 (text) {
18
return
crypto
Callers
1
buildMakeSource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected