is_proto_generated_module

Function is_proto_generated_module 

Source
pub fn is_proto_generated_module(module: &str) -> bool
Expand description

Given a pool and a relative module path, determine if an import target corresponds to a .proto-derived module according to the pool entries. For now, this is a placeholder returning true if suffix matches _pb2 or _pb2_grpc.