MCPcopy
hub / github.com/cilium/cilium / filterVar

Function filterVar

hubble/cmd/observe/flows_filter.go:809–818  ·  view source on GitHub ↗
(
	name string,
	of *flowFilter,
	desc string,
)

Source from the content-addressed store, hash-verified

807}
808
809func filterVar(
810 name string,
811 of *flowFilter,
812 desc string,
813) (pflag.Value, flagName, flagDesc) {
814 return &filterDispatch{
815 name: name,
816 flowFilter: of,
817 }, name, desc
818}
819
820func filterVarP(
821 name string,

Callers 1

newFlowsCmdHelperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…