MCPcopy Index your code
hub / github.com/coder/coder / Delete

Method Delete

cli/sessionstore/sessionstore.go:235–237  ·  view source on GitHub ↗
(_ *url.URL)

Source from the content-addressed store, hash-verified

233}
234
235func (f *File) Delete(_ *url.URL) error {
236 return f.config().Session().Delete()
237}

Callers 1

TestFileFunction · 0.95

Calls 3

configMethod · 0.80
DeleteMethod · 0.65
SessionMethod · 0.65

Tested by 1

TestFileFunction · 0.76