Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PatrickJS/awesome-cursorrules
/ githubRulesPrefix
Function
githubRulesPrefix
scripts/repo-config.mjs:15–17 ·
view source on GitHub ↗
(repository = DEFAULT_REPOSITORY, branch = DEFAULT_BRANCH)
Source
from the content-addressed store, hash-verified
13
}
14
15
export
function
githubRulesPrefix(repository = DEFAULT_REPOSITORY, branch = DEFAULT_BRANCH) {
16
return
`${githubBlobPrefix(repository, branch)}rules/`;
17
}
Callers
4
convert-readme-links.mjs
File · 0.90
validReadme
Function · 0.90
convert-readme-links.test.mjs
File · 0.90
check-repo-hygiene.test.mjs
File · 0.90
Calls
1
githubBlobPrefix
Function · 0.85
Tested by
1
validReadme
Function · 0.72