Internal change

PiperOrigin-RevId: 570745425
This commit is contained in:
Daniel Cheng
2023-10-04 11:09:36 -07:00
committed by Copybara-Service
parent 3b99f8d9dd
commit d2baba6dbb
162 changed files with 961 additions and 919 deletions
@@ -97,7 +97,7 @@ absl::Status Generate(const ValidatedGraphConfig& validated_graph,
validated_graph.Config().packet_generator(generator_index);
const auto& generator_name = generator_config.packet_generator();
ASSIGN_OR_RETURN(
MP_ASSIGN_OR_RETURN(
auto static_access,
internal::StaticAccessToGeneratorRegistry::CreateByNameInNamespace(
validated_graph.Package(), generator_name),