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

Function getFileMetadataKey

packages/decap-cms-lib-util/src/API.ts:279–281  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

277};
278
279function getFileMetadataKey(id: string) {
280 return `gh.${id}.meta`;
281}
282
283export async function readFileMetadata(
284 id: string | null | undefined,

Callers 1

readFileMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected