MCPcopy Create free account
hub / github.com/SethGammon/Citadel / defaultOutputPath

Function defaultOutputPath

core/map/index.js:44–46  ·  view source on GitHub ↗
(rootDir)

Source from the content-addressed store, hash-verified

42}
43
44function defaultOutputPath(rootDir) {
45 return path.join(rootDir, DEFAULT_OUTPUT_RELATIVE);
46}
47
48function hashContent(content) {
49 return crypto.createHash('sha256').update(content).digest('hex');

Callers 4

readMapSliceFunction · 0.85
parseArgsFunction · 0.85
test-deliver.jsFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected