Back to Meshery

Is Operation Included

docs/layouts/partials/rest-apis/is-operation-included.html

1.0.19252 B
Original Source

{{ $operation := . }} {{ $xInternal := index $operation "x-internal" }} {{ $values := slice }} {{ with $xInternal }} {{ if reflect.IsSlice . }} {{ $values = . }} {{ else }} {{ $values = slice . }} {{ end }} {{ end }} {{ return (in $values "meshery") }}