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

Method Delete

cmd/cql-proxy/model/session.go:248–250  ·  view source on GitHub ↗

Delete removes value from session object.

(key string)

Source from the content-addressed store, hash-verified

246
247// Delete removes value from session object.
248func (s *Session) Delete(key string) {
249 delete(s.Store, key)
250}
251
252// Serialize marshal session object storage to bytes form.
253func (s *Session) Serialize() (err error) {

Callers 14

DropFunction · 0.80
runPeerListUpdaterFunction · 0.80
unregisterMethod · 0.80
waitForLogMethod · 0.80
unregisterMethod · 0.80
removeMetaMethod · 0.80
unregisterMethod · 0.80
evictSequencesMethod · 0.80
DeleteProjectsFunction · 0.80
DeleteSessionFunction · 0.80
ExpireSessionsFunction · 0.80
DeletePrivateKeyFunction · 0.80

Calls

no outgoing calls

Tested by 1

deleteNodeMethod · 0.64