We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a89185 commit fb78978Copy full SHA for fb78978
descriptor/file_descriptor.go
@@ -30,8 +30,6 @@ import (
30
// are provided.
31
type FileDescriptor interface {
32
// ProtoreflectFileDescriptor returns the protoreflect.FileDescriptor representing this FileDescriptor.
33
- //
34
- // This will always contain SourceCodeInfo.
35
ProtoreflectFileDescriptor() protoreflect.FileDescriptor
36
37
// FileDescriptorProto returns the FileDescriptorProto representing this File.
0 commit comments