Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ validatePrUrl
Function
validatePrUrl
tools/lint-pr-url.mjs:16–16 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
14
const
prUrlDefinition = /^\+\s+pr-url: (.+)$/;
15
16
const
validatePrUrl = (url) => url == null || url === expectedPrUrl;
17
18
let
currentFile;
19
let
currentLine;
Callers
1
lint-pr-url.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…