MCPcopy
hub / github.com/google/zx / cd

Function cd

src/log.ts:98–100  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

96 return `$ ${chalk.greenBright('fetch')} ${entry.url}${init}\n`
97 },
98 cd(entry) {
99 return `$ ${chalk.greenBright('cd')} ${entry.dir}\n`
100 },
101 retry(entry) {
102 const attempt = `Attempt: ${entry.attempt}${entry.total == Infinity ? '' : `/${entry.total}`}`
103 const delay = entry.delay > 0 ? `; next in ${entry.delay}ms` : ''

Callers 3

global.test.jsFile · 0.85
core.test.jsFile · 0.85
backup-github.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected