Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ println
Function
println
packages/arctic/src/cli/ui.ts:46–49 ·
view source on GitHub ↗
(...message: string[])
Source
from the content-addressed store, hash-verified
44
}
45
46
export
function
println(...message: string[]) {
47
print(...message)
48
Bun.stderr.write(EOL)
49
}
50
51
export
function
print(...message: string[]) {
52
blank = false
Callers
2
empty
Function · 0.85
error
Function · 0.85
Calls
1
print
Function · 0.70
Tested by
no test coverage detected