Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
function
getFileMetadataKey(id: string) {
280
return
`gh.${id}.meta`;
281
}
282
283
export
async
function
readFileMetadata(
284
id: string | null | undefined,
Callers
1
readFileMetadata
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected