MCPcopy 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

getBranchPullRequestMethod · 0.95
createPRMethod · 0.95
API.spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected