MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / SetIgnoreComments

Method SetIgnoreComments

internal/descriptor/registry.go:651–653  ·  view source on GitHub ↗

SetIgnoreComments sets ignoreComments

(ignore bool)

Source from the content-addressed store, hash-verified

649
650// SetIgnoreComments sets ignoreComments
651func (r *Registry) SetIgnoreComments(ignore bool) {
652 r.ignoreComments = ignore
653}
654
655// GetIgnoreComments returns ignoreComments
656func (r *Registry) GetIgnoreComments() bool {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected