1 parent b6a6c74 commit d2b2f40Copy full SHA for d2b2f40
1 file changed
ase.go
@@ -63,7 +63,7 @@ func (a *Ase) GetLayerByName(name string) *Layer {
63
return a.Layers[idx]
64
}
65
66
-// GetLayerByName returns the layer with the given UUID.
+// GetLayerByUUID returns the layer with the given UUID.
67
// Returns nil if no layer is found with that UUID.
68
func (a *Ase) GetLayerByUUID(id uuid.UUID) *Layer {
69
idx := slices.IndexFunc(a.Layers, func(l *Layer) bool {
0 commit comments