MCPcopy 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
23export const mix: Info = {

Callers

nothing calls this directly

Calls 4

spawnMethod · 0.80
enabledMethod · 0.80
jsonMethod · 0.65
textMethod · 0.65

Tested by

no test coverage detected