Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freshframework/fresh
/ stubLogs
Function
stubLogs
packages/init/src/init_test.ts:35–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
function
stubLogs() {
36
return
stub(
37
console,
38
"log"
,
39
() => undefined,
40
);
41
}
42
43
function
withTmpDir(): Promise<{ dir: string } & AsyncDisposable> {
44
// Windows need temporary files in the repository root
Callers
1
init_test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected