| LOW | tuples.go | 1321 | |
| LOW | tuples.go | 1361 | |
| LOW | retry_example_test.go | 321 | throttle("bar") |
| LOW | string_test.go | 581 | // @TODO: fix these tests |
| LOW | README.md | 1841 | // map[string]int{"bar": 2} |
| LOW | README.md | 4761 | |
| LOW | README.md | 4801 | // 1 |
| LOW | map_test.go | 781 | assert.Equal(t, map[string]any{"key": "value"}, r1) |
| LOW | lo_example_test.go | 3741 | // {a 1 true} |
| LOW | lo_example_test.go | 3761 | for _, r := range result { |
| LOW | lo_example_test.go | 3781 | } |
| LOW | lo_example_test.go | 3801 | // {b 3 true {bar} 4.2} |
| LOW | lo_example_test.go | 3821 | // {b 1 true {bar} 4.2 plop} |
| LOW | lo_example_test.go | 3841 | // {a 3 true {bar} 4.2 plop false} |
| LOW | lo_example_test.go | 3861 | // {a 1 true {bar} 4.2 plop false 42} |
| LOW | lo_example_test.go | 3881 | for _, r := range result { |
| LOW | lo_example_test.go | 3921 | func ExampleCrossJoinBy3() { |
| LOW | lo_example_test.go | 3941 | // b-3-true |
| LOW | lo_example_test.go | 3961 | // a-4-true-{bar} |
| LOW | lo_example_test.go | 3981 | // a-1-true-{bar}-4.2 |
| LOW | lo_example_test.go | 4001 | return fmt.Sprintf("%v-%v-%v-%v-%v-%v", a, b, c, d, e, f) |
| LOW | lo_example_test.go | 4021 | // b-4-true-{bar}-4.2-plop |
| LOW | lo_example_test.go | 4041 | // b-1-true-{bar}-4.2-plop-false |
| LOW | lo_example_test.go | 4061 | // a-2-true-{bar}-4.2-plop-false-42 |
| LOW | lo_example_test.go | 4081 | for _, r := range result { |
| LOW | it/find.go | 161 | |
| LOW | it/find.go | 301 | // Returns zero value when the collection is empty. |
| LOW | it/find.go | 481 | // If `nth` is out of bounds, it returns the zero value (empty value) for that type. |
| LOW | it/tuples_example_test.go | 61 | fmt.Printf("%v\n", r) |
| LOW | it/tuples_example_test.go | 81 | // {a 1 false} |
| LOW | it/tuples_example_test.go | 101 | fmt.Printf("%v\n", r) |
| LOW | it/tuples_example_test.go | 121 | |
| LOW | it/tuples_example_test.go | 141 | // {b 3 false {bar} 4.2} |
| LOW | it/tuples_example_test.go | 161 | // {b 1 false {bar} 4.2 plop} |
| LOW | it/tuples_example_test.go | 181 | // {a 3 false {bar} 4.2 plop false} |
| LOW | it/tuples_example_test.go | 201 | // {a 1 false {bar} 4.2 plop false 42} |
| LOW | it/tuples_example_test.go | 221 | fmt.Printf("%v\n", r) |
| LOW | it/tuples_example_test.go | 261 | result := CrossJoinBy3(values("a", "b"), values(1, 2, 3, 4), values(true, false), func(a string, b int, c bool) string |
| LOW | it/tuples_example_test.go | 281 | // b-3-false |
| LOW | it/tuples_example_test.go | 301 | // a-4-false-{bar} |
| LOW | it/tuples_example_test.go | 321 | // a-1-false-{bar}-4.2 |
| LOW | it/tuples_example_test.go | 341 | }) |
| LOW | it/tuples_example_test.go | 361 | // b-4-false-{bar}-4.2-plop |
| LOW | it/tuples_example_test.go | 381 | // b-1-false-{bar}-4.2-plop-false |
| LOW | it/tuples_example_test.go | 401 | // a-2-false-{bar}-4.2-plop-false-42 |
| LOW | it/tuples_example_test.go | 421 | fmt.Printf("%v\n", r) |
| LOW | it/string_example_test.go | 21 | // [12 34 56] |
| LOW | it/seq.go | 81 | // Will allocate a map large enough to hold all distinct transformed elements. |
| LOW | it/seq.go | 561 | // SeqToMap returns a map containing key-value pairs provided by transform function applied to elements of the given seq |
| LOW | it/seq.go | 581 | // FilterSeqToMap returns a map containing key-value pairs provided by transform function applied to elements of the giv |
| LOW | it/seq.go | 801 | } |
| LOW | internal/constraints/constraints.go | 1 | // Copyright 2021 The Go Authors. All rights reserved. |
| LOW | internal/xtime/noCopy.go | 1 | package xtime |
| LOW | docs/data/it-chunkstring.md | 41 | // seq1 yields "" |
| LOW | .github/workflows/security.yml | 21 | # strategy: |
| LOW | .github/workflows/doc.yml | 41 | |
| LOW | .github/workflows/doc.yml | 61 | # commit_message: 'docs: sync function signatures from source' |
| LOW | exp/simd/unsafe.go | 41 | // |
| LOW | exp/simd/cpu_amd64_test.go | 21 | // |