Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ print
Function
print
packages/arctic/src/cli/ui.ts:51–54 ·
view source on GitHub ↗
(...message: string[])
Source
from the content-addressed store, hash-verified
49
}
50
51
export
function
print(...message: string[]) {
52
blank = false
53
Bun.stderr.write(message.join(
" "
))
54
}
55
56
let
blank = false
57
export
function
empty() {
Callers
1
println
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected