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

Function reloadFromUrl

shock-server/reload.go:52–54  ·  view source on GitHub ↗
(url string)

Source from the content-addressed store, hash-verified

50}
51
52func reloadFromUrl(url string) error {
53 return errors.New("reload from url not implemented yet")
54}
55
56func reloadFromDir(path string, info os.FileInfo, err error) error {
57 if dirExp.MatchString(path) {

Callers 1

reloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected