Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/docs
/ pr-link-source.js
File
pr-link-source.js
script/bookmarklets/pr-link-source.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
!(
async
function
() {
2
const
regexp = /https:\/\/github.com\/github\/([^\/]*)\/pull\/\d*\/files/;
3
4
if
(!window.location.href.match(regexp)) {
Callers
nothing calls this directly
Calls
1
addLink
Function · 0.85
Tested by
no test coverage detected