MCPcopy Index your code
hub / github.com/cortexproject/cortex / isFieldHidden

Function isFieldHidden

tools/doc-generator/parser.go:470–472  ·  view source on GitHub ↗
(f reflect.StructField)

Source from the content-addressed store, hash-verified

468}
469
470func isFieldHidden(f reflect.StructField) bool {
471 return getDocTagFlag(f, "hidden")
472}
473
474func isAbsentInCLI(f reflect.StructField) bool {
475 return getDocTagFlag(f, "nocli")

Callers 1

parseConfigFunction · 0.85

Calls 1

getDocTagFlagFunction · 0.85

Tested by

no test coverage detected