MCPcopy Index your code
hub / github.com/openshift/source-to-image / SourceScriptHandler

Struct SourceScriptHandler

pkg/scripts/install.go:115–118  ·  view source on GitHub ↗

SourceScriptHandler handles the case when the scripts are contained in the source code directory.

Source from the content-addressed store, hash-verified

113// SourceScriptHandler handles the case when the scripts are contained in the
114// source code directory.
115type SourceScriptHandler struct {
116 DestinationDir string
117 fs fs.FileSystem
118}
119
120// Get verifies if the script is present in the source directory and get the
121// installation result.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected