mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
JavaScript: Sharpen result type of getAReceivedItem.
This commit is contained in:
@@ -167,7 +167,7 @@ module SocketIO {
|
||||
string getEventName() { eventName.mayHaveStringValue(result) }
|
||||
|
||||
/** Gets a data flow node representing data received from a client. */
|
||||
DataFlow::Node getAReceivedItem() { result = getCallback(1).getAParameter() }
|
||||
DataFlow::SourceNode getAReceivedItem() { result = getCallback(1).getAParameter() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user