Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ getHeadReference
Method
getHeadReference
packages/decap-cms-backend-forgejo/src/API.ts:668–670 ·
view source on GitHub ↗
(head: string)
Source
from the content-addressed store, hash-verified
666
}
667
668
async
getHeadReference(head: string) {
669
return
`${this.repoOwner}:${head}`;
670
}
671
672
async
createPR(
673
title: string,
Callers
5
getBranchPullRequest
Method · 0.95
createPR
Method · 0.95
retrieveUnpublishedEntryData
Method · 0.95
updateUnpublishedEntryStatus
Method · 0.95
API.spec.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected