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
Mark the entire shortcut method call as primary location
The previous query marked only the base shortcut call
(srv.read, srv.update, ...) as the primary location.
This is a bit misleading since the "this query" part
would mean the entire chained method call. Therefore,
make the chained method call at the very end as the
primary location, thereby making the entire chained call
including the base shortcut call as the primary location.
0 commit comments