mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
4
csharp/ql/src/Useless code/IntGetHashCode.cs
Normal file
4
csharp/ql/src/Useless code/IntGetHashCode.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return row.GetHashCode() ^ col.GetHashCode();
|
||||
}
|
||||
Reference in New Issue
Block a user