We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57fe45 commit 98f60d7Copy full SHA for 98f60d7
aks-node-controller/pkg/nodeconfigutils/backward_compat_test.go
aks-node-controller/pkg/nodeconfigutils/testutil.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
// PopulateAllFields recursively populates all fields in a protobuf message with non-zero test values.
11
-// This is useful for testing to ensure all fields can be marshaled/unmarshaled correctly.
+// This is used for testing to ensure all fields can be marshaled/unmarshaled correctly.
12
func PopulateAllFields(msg proto.Message) {
13
populateMessage(msg.ProtoReflect(), 0)
14
}
0 commit comments