mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function process(record) {
|
||||
addRecord(record.firstName + " " + record.lastName, record.email);
|
||||
}
|
||||
Reference in New Issue
Block a user