MCPcopy
hub / github.com/golang/protobuf / In

Method In

protoc-gen-go/generator/generator.go:1051–1051  ·  view source on GitHub ↗

In Indents the output one tab stop.

()

Source from the content-addressed store, hash-verified

1049
1050// In Indents the output one tab stop.
1051func (g *Generator) In() { g.indent += "\t" }
1052
1053// Out unindents the output one tab stop.
1054func (g *Generator) Out() {

Callers 1

newPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected