nighthawk icon indicating copy to clipboard operation
nighthawk copied to clipboard

Clarify function names that create TypedExtensionConfigs

Open eric846 opened this issue 4 years ago • 0 comments

For example MakeFakeInputVariableSetterConfig() doesn't return a FakeInputVariableSetterConfig, it returns a TypedExtensionConfig with a FakeInputVariableSetterConfig packed into an Any in the typed_config field. It should be renamed MakeFakeInputVariableSetterTypedExtensionConfig().

eric846 avatar Sep 03 '20 07:09 eric846