MCPcopy Create free account
hub / github.com/decaporg/decap-cms / getDefaultBranch

Method getDefaultBranch

packages/decap-cms-backend-forgejo/src/API.ts:551–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549 }
550
551 async getDefaultBranch(): Promise<ForgejoBranch> {
552 return this.getBranch(this.branch);
553 }
554
555 async createBranch(
556 branchName: string,

Callers

nothing calls this directly

Calls 1

getBranchMethod · 0.95

Tested by

no test coverage detected