MCPcopy 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

14const prUrlDefinition = /^\+\s+pr-url: (.+)$/;
15
16const validatePrUrl = (url) => url == null || url === expectedPrUrl;
17
18let currentFile;
19let currentLine;

Callers 1

lint-pr-url.mjsFile · 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…