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

Method parseContentKey

packages/decap-cms-backend-gitea/src/API.ts:267–269  ·  view source on GitHub ↗
(contentKey: string)

Source from the content-addressed store, hash-verified

265 }
266
267 parseContentKey(contentKey: string) {
268 return parseContentKey(contentKey);
269 }
270
271 async readFile(
272 path: string,

Callers 1

apiUtils.spec.jsFile · 0.45

Calls 1

parseContentKeyFunction · 0.90

Tested by

no test coverage detected