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

Method String

protoc-gen-go/generator/generator.go:82–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80type GoImportPath string
81
82func (p GoImportPath) String() string { return strconv.Quote(string(p)) }
83
84// A GoPackageName is the name of a Go package. e.g., "protobuf".
85type GoPackageName string

Callers 4

mainFunction · 0.45
GenerateAllFilesMethod · 0.45
generateMethod · 0.45
makeCommentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected