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

Method delete

shock-server/auth/cache.go:39–44  ·  view source on GitHub ↗
(header string)

Source from the content-addressed store, hash-verified

37}
38
39func (c *cache) delete(header string) {
40 c.Lock()
41 defer c.Unlock()
42 delete(c.m, header)
43 return
44}
45
46func (c *cache) add(header string, u *user.User) {
47 c.Lock()

Callers 10

lookupMethod · 0.95
delete_nodesFunction · 0.80
test_upload_emptyfileFunction · 0.80
test_upload_threefilesFunction · 0.80
test_download_zip_GETFunction · 0.80

Calls

no outgoing calls