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

Method Len

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

Len returns the number of parameters.

()

Source from the content-addressed store, hash-verified

202
203// Len returns the number of parameters.
204func (pars Params) Len() int { return len(pars) }
205
206// Set replaces the value that is indexed at existing parameter name. It will return an error
207// if the supplied parameter is not present.

Callers 1

TestParamsFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestParamsFunction · 0.76