Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
15
type
Pipe
interface
{
16
Process(input string) (string, error)
17
}
18
19
// CustomPipe allows providing a simple function for piping inputs together
Callers
2
Check
Method · 0.65
goFmt
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected