MCPcopy Index your code
hub / github.com/cloudconvert/cloudconvert-cli / createSilentLogger

Function createSilentLogger

test/helpers.ts:53–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53export function createSilentLogger(): CliDependencies['logger'] {
54 return {
55 info: vi.fn(),
56 error: vi.fn()
57 };
58}

Callers 3

cli.test.tsFile · 0.85
parseJobCommandFunction · 0.85
job.test.tsFile · 0.85

Calls

no outgoing calls

Tested by 1

parseJobCommandFunction · 0.68