MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Remove

Method Remove

pkg/event/param.go:194–196  ·  view source on GitHub ↗

Remove deletes the specified parameter from the map.

(name string)

Source from the content-addressed store, hash-verified

192
193// Remove deletes the specified parameter from the map.
194func (pars Params) Remove(name string) {
195 delete(pars, name)
196}
197
198// Get returns the event parameter with specified name.
199func (pars Params) Get(name string) (*Param, error) {

Callers 1

TestParamsFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestParamsFunction · 0.76