Convert DepSet to a wrapper around a pointer
In preparation for converting DepSet to use unique.Handle, make DepSet a struct that contains a pointer to an internal *depSet, and make all the callers use DepSet instead of *DepSet. Bug: 375276086 Test: depset_test.go Flag: EXEMPT refactor Change-Id: Ie498e698e03a6e470d75ede101672229e7b157cd
Loading
Please register or sign in to comment