MCPcopy Create free account
hub / github.com/MG-RAST/Shock / handleString

Function handleString

shock-client/_archive/shock-client.go:84–87  ·  view source on GitHub ↗
(e string)

Source from the content-addressed store, hash-verified

82}
83
84func handleString(e string) {
85 fmt.Fprintln(os.Stderr, e)
86 os.Exit(1)
87}
88
89func handleToken(err error) {
90 if strings.Contains(err.Error(), "no such file or directory") {

Callers 2

mainFunction · 0.85
pcreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected