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

Function branchFromContentKey

packages/decap-cms-lib-util/src/APIUtils.ts:36–38  ·  view source on GitHub ↗
(contentKey: string)

Source from the content-addressed store, hash-verified

34}
35
36export function branchFromContentKey(contentKey: string) {
37 return `${CMS_BRANCH_PREFIX}/${contentKey}`;
38}

Callers 15

getBranchMethod · 0.90
getStatusesMethod · 0.90
editorialWorkflowGitMethod · 0.90
localGitMiddlewareFunction · 0.90
getStatusesMethod · 0.90
getBranchMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected