Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
export
function
createSilentLogger(): CliDependencies[
'logger'
] {
54
return
{
55
info: vi.fn(),
56
error: vi.fn()
57
};
58
}
Callers
3
cli.test.ts
File · 0.85
parseJobCommand
Function · 0.85
job.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
1
parseJobCommand
Function · 0.68