MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / getContentFolderByKey

Function getContentFolderByKey

src/shared/curate/util.ts:29–31  ·  view source on GitHub ↗
(key: string, fpPath: string)

Source from the content-addressed store, hash-verified

27 * @param fpPath Flashpoint Path
28 */
29export function getContentFolderByKey(key: string, fpPath: string): string {
30 return path.join(fpPath, 'Curations', 'Working', key, 'content');
31}
32
33/**
34 * Recursively index the content folder

Callers 7

loadCurationArchiveFunction · 0.90
registerRequestCallbacksFunction · 0.90
createApiFactoryFunction · 0.90
genCurationWarningsFunction · 0.90
loadCurationFolderFunction · 0.90
makeCurationFromGameFunction · 0.90
refreshCurationContentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected