Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ file
Function
file
packages/arctic/src/util/log.ts:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
let
logpath =
""
50
export
function
file() {
51
return
logpath
52
}
53
let
write = (msg: any) => {
54
process.stderr.write(msg)
55
return
msg.length
Callers
2
Code
Function · 0.85
Sidebar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected