MCPcopy
hub / github.com/hashicorp/packer / Process

Method Process

packer_test/common/check/pipe_checker.go:16–16  ·  view source on GitHub ↗
(input string)

Source from the content-addressed store, hash-verified

14// how pipes work in the UNIX-world.
15type Pipe interface {
16 Process(input string) (string, error)
17}
18
19// CustomPipe allows providing a simple function for piping inputs together

Callers 2

CheckMethod · 0.65
goFmtFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected