MCPcopy
hub / github.com/gofiber/fiber / Delete

Method Delete

state.go:62–64  ·  view source on GitHub ↗

Delete removes a key-value pair from the State.

(key string)

Source from the content-addressed store, hash-verified

60
61// Delete removes a key-value pair from the State.
62func (s *State) Delete(key string) {
63 s.dependencies.Delete(key)
64}
65
66// Reset resets the State by removing all keys.
67func (s *State) Reset() {

Callers 1

deleteServiceMethod · 0.95

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected