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

Method GoImportPath

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

Source from the content-addressed store, hash-verified

376// Object is an interface abstracting the abilities shared by enums, messages, extensions and imported objects.
377type Object interface {
378 GoImportPath() GoImportPath
379 TypeName() []string
380 File() *FileDescriptor
381}

Callers 4

grpc.goFile · 0.65
mainFunction · 0.65
DefaultPackageNameMethod · 0.65
RecordTypeUseMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected