Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
func
handleString(e string) {
85
fmt.Fprintln(os.Stderr, e)
86
os.Exit(1)
87
}
88
89
func
handleToken(err error) {
90
if
strings.Contains(err.Error(),
"no such file or directory"
) {
Callers
2
main
Function · 0.85
pcreate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected