openconfig / ygot

A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
Apache License 2.0
284 stars 106 forks source link

Add `GetOrCreate<ListName>Map` helper for lists. #971

Closed wenovus closed 4 months ago

wenovus commented 4 months ago

This helps avoid nil checks when there is a need to operate on the map field directly.

This is included along the other GetOrCreate helper func.

coveralls commented 4 months ago

Coverage Status

coverage: 88.803% (-0.008%) from 88.811% when pulling 2f02e9ff23ae7bcdc42445c4006e54bd68149457 on get-or-create-map into 9cb751b8c795ec3b02db593a4e4eeaac1dc93da8 on master.