MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / isValidURL

Function isValidURL

frontend/common/utils/base/_utils.js:463–465  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

461 },
462
463 isValidURL(url) {
464 return Utils.urlRegex.test(url)
465 },
466
467 keys: {
468 isDown(e) {

Callers

nothing calls this directly

Calls 1

testMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…