mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Add missing qldoc
This commit is contained in:
@@ -460,6 +460,7 @@ class ObjectOutputStreamVar extends LocalVariableDecl {
|
||||
result.getDestVar() = this
|
||||
}
|
||||
|
||||
/** Gets a call to `writeObject` called against this variable. */
|
||||
MethodCall getAWriteObjectMethodCall() {
|
||||
result.getQualifier() = this.getAnAccess() and
|
||||
result.getMethod().hasName("writeObject")
|
||||
|
||||
Reference in New Issue
Block a user