|
| 1 | +numberOfTypeParameters |
| 2 | +| genericFunctions2.go:3:6:3:33 | GenericFunctionInAnotherFile | 1 | |
| 3 | +| genericFunctions.go:9:6:9:32 | GenericFunctionOneTypeParam | 1 | |
| 4 | +| genericFunctions.go:15:6:15:33 | GenericFunctionTwoTypeParams | 2 | |
| 5 | +| genericFunctions.go:81:6:81:19 | GenericStruct1 | 1 | |
| 6 | +| genericFunctions.go:84:6:84:19 | GenericStruct2 | 2 | |
| 7 | +| genericFunctions.go:87:30:87:31 | f1 | 1 | |
| 8 | +| genericFunctions.go:92:31:92:32 | g1 | 1 | |
| 9 | +| genericFunctions.go:95:35:95:36 | f2 | 2 | |
| 10 | +| genericFunctions.go:98:36:98:37 | g2 | 2 | |
| 11 | +| genericFunctions.go:111:6:111:12 | Element | 1 | |
| 12 | +| genericFunctions.go:115:6:115:9 | List | 1 | |
| 13 | +| genericFunctions.go:120:19:120:23 | MyLen | 1 | |
| 14 | +| genericFunctions.go:124:6:124:19 | NodeConstraint | 1 | |
| 15 | +| genericFunctions.go:128:6:128:19 | EdgeConstraint | 1 | |
| 16 | +| genericFunctions.go:132:6:132:10 | Graph | 2 | |
| 17 | +| genericFunctions.go:134:6:134:8 | New | 2 | |
| 18 | +| genericFunctions.go:138:29:138:40 | ShortestPath | 2 | |
| 19 | +| genericFunctions.go:150:6:150:36 | multipleAnonymousTypeParamsFunc | 3 | |
| 20 | +| genericFunctions.go:152:6:152:36 | multipleAnonymousTypeParamsType | 3 | |
| 21 | +| genericFunctions.go:154:51:154:51 | f | 3 | |
| 22 | +#select |
1 | 23 | | cmp.Compare | 0 | T | Ordered | |
2 | 24 | | cmp.Less | 0 | T | Ordered | |
3 | 25 | | cmp.Or | 0 | T | comparable | |
|
26 | 48 | | codeql-go-tests/function.New | 0 | Node | NodeConstraint | |
27 | 49 | | codeql-go-tests/function.New | 1 | Edge | EdgeConstraint | |
28 | 50 | | codeql-go-tests/function.NodeConstraint | 0 | Edge | interface { } | |
| 51 | +| codeql-go-tests/function.multipleAnonymousTypeParamsFunc | 0 | _ | interface { } | |
| 52 | +| codeql-go-tests/function.multipleAnonymousTypeParamsFunc | 1 | _ | interface { string } | |
| 53 | +| codeql-go-tests/function.multipleAnonymousTypeParamsFunc | 2 | _ | interface { } | |
| 54 | +| codeql-go-tests/function.multipleAnonymousTypeParamsType | 0 | _ | interface { } | |
| 55 | +| codeql-go-tests/function.multipleAnonymousTypeParamsType | 1 | _ | interface { string } | |
| 56 | +| codeql-go-tests/function.multipleAnonymousTypeParamsType | 2 | _ | interface { } | |
| 57 | +| codeql-go-tests/function.multipleAnonymousTypeParamsType.f | 0 | _ | interface { } | |
| 58 | +| codeql-go-tests/function.multipleAnonymousTypeParamsType.f | 1 | _ | interface { string } | |
| 59 | +| codeql-go-tests/function.multipleAnonymousTypeParamsType.f | 2 | _ | interface { } | |
29 | 60 | | github.com/anotherpkg.GenericFunctionInAnotherPackage | 0 | T | interface { } | |
30 | 61 | | internal/bytealg.HashStr | 0 | T | interface { string \| []uint8 } | |
31 | 62 | | internal/bytealg.HashStrRev | 0 | T | interface { string \| []uint8 } | |
|
0 commit comments