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

Method generateContentKey

packages/decap-cms-backend-gitea/src/API.ts:263–265  ·  view source on GitHub ↗
(collectionName: string, slug: string)

Source from the content-addressed store, hash-verified

261 }
262
263 generateContentKey(collectionName: string, slug: string) {
264 return generateContentKey(collectionName, slug);
265 }
266
267 parseContentKey(contentKey: string) {
268 return parseContentKey(contentKey);

Callers 1

apiUtils.spec.jsFile · 0.45

Calls 1

generateContentKeyFunction · 0.90

Tested by

no test coverage detected