Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ enabled
Function
enabled
packages/arctic/src/format/formatter.ts:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
command: [
"gofmt"
,
"-w"
,
"$FILE"
],
17
extensions: [
".go"
],
18
async
enabled() {
19
return
Bun.which(
"gofmt"
) !== null
20
},
21
}
22
23
export
const
mix: Info = {
Callers
nothing calls this directly
Calls
4
spawn
Method · 0.80
enabled
Method · 0.80
json
Method · 0.65
text
Method · 0.65
Tested by
no test coverage detected