Add missing qldoc

This commit is contained in:
Chris Smowton
2023-10-24 11:15:08 +01:00
committed by GitHub
parent e8c9708282
commit 3627eb2bcf

View File

@@ -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")