MCPcopy Index your code
hub / github.com/redspread/spread / inputError

Function inputError

cli/deploy.go:194–196  ·  view source on GitHub ↗
(srcDir string, err error)

Source from the content-addressed store, hash-verified

192}
193
194func inputError(srcDir string, err error) error {
195 return fmt.Errorf("Error using `%s`: %v", srcDir, err)
196}
197
198func displayContext(name string) string {
199 if name == deploy.DefaultContext {

Callers 2

BuildMethod · 0.85
fileDeployMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected