kubernetes/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf/tags.go

// extractBoolTagOrDie gets the comment-tags for the key and asserts that, if
// it exists, the value is boolean.  If the tag did not exist, it returns
// false.
func extractBoolTagOrDie(key string, lines []string) bool {}