MCPcopy
hub / github.com/getsops/sops / EmitValue

Method EmitValue

sops.go:725–725  ·  view source on GitHub ↗
(interface{})

Source from the content-addressed store, hash-verified

723// values from the internal SOPS representation so that they can be shown
724type ValueEmitter interface {
725 EmitValue(interface{}) ([]byte, error)
726}
727
728// CheckEncrypted is the interface for testing whether a branch contains sops

Callers 5

TestEmitValueStringFunction · 0.65
TestEmitValueNonstringFunction · 0.65
TestEmitValueFunction · 0.65
TestEmitValueStringFunction · 0.65
extractFunction · 0.65

Implementers 5

Storestores/dotenv/store.go
Storestores/ini/store.go
Storestores/yaml/store.go
Storestores/json/store.go
BinaryStorestores/json/store.go

Calls

no outgoing calls

Tested by 4

TestEmitValueStringFunction · 0.52
TestEmitValueNonstringFunction · 0.52
TestEmitValueFunction · 0.52
TestEmitValueStringFunction · 0.52