MCPcopy
hub / github.com/webpro/reveal-md / getPath

Function getPath

lib/config.js:51–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49// Exports ---------------------------------------------------------------------
50
51export const getPath = () => cliConfig._[0] || '.';
52
53export const getInitialDir = async () => {
54 const dir = path.resolve(getPath());

Callers 3

static.jsFile · 0.90
getInitialDirFunction · 0.85
getInitialPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected