|
1 | 1 | extensions:
|
| 2 | + - addsTo: |
| 3 | + pack: codeql/go-all |
| 4 | + extensible: sourceModel |
| 5 | + data: |
| 6 | + - ["database/sql", "Conn", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"] |
| 7 | + - ["database/sql", "Conn", True, "QueryRowContext", "", "", "ReturnValue", "database", "manual"] |
| 8 | + - ["database/sql", "DB", True, "Query", "", "", "ReturnValue[0]", "database", "manual"] |
| 9 | + - ["database/sql", "DB", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"] |
| 10 | + - ["database/sql", "DB", True, "QueryRow", "", "", "ReturnValue", "database", "manual"] |
| 11 | + - ["database/sql", "DB", True, "QueryRowContext", "", "", "ReturnValue", "database", "manual"] |
| 12 | + - ["database/sql", "Stmt", True, "Query", "", "", "ReturnValue[0]", "database", "manual"] |
| 13 | + - ["database/sql", "Stmt", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"] |
| 14 | + - ["database/sql", "Stmt", True, "QueryRow", "", "", "ReturnValue", "database", "manual"] |
| 15 | + - ["database/sql", "Stmt", True, "QueryRowContext", "", "", "ReturnValue", "database", "manual"] |
| 16 | + - ["database/sql", "Tx", True, "Query", "", "", "ReturnValue[0]", "database", "manual"] |
| 17 | + - ["database/sql", "Tx", True, "QueryContext", "", "", "ReturnValue[0]", "database", "manual"] |
| 18 | + - ["database/sql", "Tx", True, "QueryRow", "", "", "ReturnValue", "database", "manual"] |
| 19 | + - ["database/sql", "Tx", True, "QueryRowContext", "", "", "ReturnValue", "database", "manual"] |
2 | 20 | - addsTo:
|
3 | 21 | pack: codeql/go-all
|
4 | 22 | extensible: sinkModel
|
|
0 commit comments