Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
export
function
branchFromContentKey(contentKey: string) {
37
return
`${CMS_BRANCH_PREFIX}/${contentKey}`;
38
}
Callers
15
getBranch
Method · 0.90
retrieveUnpublishedEntryData
Method · 0.90
getStatuses
Method · 0.90
editorialWorkflowGit
Method · 0.90
updateUnpublishedEntryStatus
Method · 0.90
deleteUnpublishedEntry
Method · 0.90
publishUnpublishedEntry
Method · 0.90
localGitMiddleware
Function · 0.90
getStatuses
Method · 0.90
deleteUnpublishedEntry
Method · 0.90
getBranch
Method · 0.90
retrieveUnpublishedEntryData
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected