MCPcopy Create free account
hub / github.com/hashicorp/vault / OutputSecret

Function OutputSecret

command/format.go:32–34  ·  view source on GitHub ↗
(ui cli.Ui, secret *api.Secret)

Source from the content-addressed store, hash-verified

30}
31
32func OutputSecret(ui cli.Ui, secret *api.Secret) int {
33 return outputWithFormat(ui, secret, secret)
34}
35
36func OutputList(ui cli.Ui, data interface{}) int {
37 switch data := data.(type) {

Callers 15

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 1

outputWithFormatFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…