pulumi/pkg/codegen/testing/utils
Robbie McKinstry 40a7961c17
Preallocate slices of known size.
Enable the "prealloc" lint, which identifies locations
where slices have a known size, and be can preallocated,
instead of allocated and realloced when length exceeds capacity.
2023-01-11 09:01:00 -08:00
..
host.go Preallocate slices of known size. 2023-01-11 09:01:00 -08:00