MCPcopy Create free account
hub / github.com/astercloud/aster / Delete

Method Delete

pkg/session/session.go:51–51  ·  view source on GitHub ↗

Delete 删除指定 key

(key string)

Source from the content-addressed store, hash-verified

49
50 // Delete 删除指定 key
51 Delete(key string) error
52
53 // All 返回所有 key-value 的迭代器
54 All() iter.Seq2[string, any]

Callers 6

DeleteMethod · 0.65
TestMySQLService_DeleteFunction · 0.65
DeleteMethod · 0.65
TestServiceFunction · 0.65
TestStateFunction · 0.65

Calls

no outgoing calls

Tested by 4

TestMySQLService_DeleteFunction · 0.52
TestServiceFunction · 0.52
TestStateFunction · 0.52