You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if it is part of a window check, we don't report it and we save the server branch so we can check if future window instances are a part of the branch of code safely executed on the server
// if it is part of a check, we don't report it and we save the server branch so we can check if future instances are a part of the branch of code safely executed on the server
304
304
serverBranches.add(serverBranch);
305
305
}
306
306
}else{
307
-
// if the window usage isn't part of the binary expression, we check to see if it's part of a safely checked server branch and report if not
307
+
// if the usage isn't part of the binary expression, we check to see if it's part of a safely checked server branch and report if not
0 commit comments