MCPcopy Index your code
hub / github.com/git-bug/git-bug / PrintJSON

Method PrintJSON

commands/execenv/env.go:56–56  ·  view source on GitHub ↗
(v interface{})

Source from the content-addressed store, hash-verified

54 Print(a ...interface{})
55 Println(a ...interface{})
56 PrintJSON(v interface{}) error
57
58 // IsTerminal tells if the output is a user terminal (rather than a buffer,
59 // a pipe ...), which tells if we can use colors and other interactive features.

Callers 3

userJsonFormatterFunction · 0.65
showJsonFormatterFunction · 0.65
bugsJsonFormatterFunction · 0.65

Implementers 1

outcommands/execenv/env.go

Calls

no outgoing calls

Tested by

no test coverage detected