MCPcopy
hub / github.com/redspread/spread / fatalf

Method fatalf

cli/cli.go:85–88  ·  view source on GitHub ↗
(message string, data ...interface{})

Source from the content-addressed store, hash-verified

83}
84
85func (c SpreadCli) fatalf(message string, data ...interface{}) {
86 c.printf(message, data...)
87 os.Exit(1)
88}
89
90func findPath(leafDir, targetFile string, dir bool) (string, bool) {
91 if len(leafDir) == 0 {

Callers 15

PushMethod · 0.95
StatusMethod · 0.95
ExecGitCmdMethod · 0.95
DiffMethod · 0.95
ParamMethod · 0.95
InitMethod · 0.95
PullMethod · 0.95
BuildMethod · 0.95
LinkMethod · 0.95
projectOrDieMethod · 0.95
ShowMethod · 0.95
AddMethod · 0.95

Calls 1

printfMethod · 0.95

Tested by

no test coverage detected