Skip to main content

protobuf_documents_to_graph

Function protobuf_documents_to_graph 

Source
pub fn protobuf_documents_to_graph(
    inputs: &[(&RepoId, &str, &str, &ProtobufDocument)],
) -> ProtobufGraphFacts
Expand description

Converts protobuf contracts and generated markers into ambiguity-safe graph facts.

Generated clients and servers link only when one provider defines the exact package-qualified service and method.