# Functions
InterpretOptions interprets options in the given linked result, returning an index that can be used to generate source code info.
InterpretOptionsLenient interprets options in a lenient/best-effort way in the given linked result, returning an index that can be used to generate source code info.
InterpretUnlinkedOptions does a best-effort attempt to interpret options in the given parsed result, returning an index that can be used to generate source code info.
StripSourceRetentionOptionsFromFile returns a file descriptor proto that omits any options in file that are defined to be retained only in source.
WithOverrideDescriptorProto returns an option that indicates that the given file should be consulted when looking up a definition for an option type.
# Type aliases
InterpreterOption is an option that can be passed to InterpretOptions and its variants.