following function

bool following(
  1. ProfileViewBasic actor
)

Implementation

bool following(ProfileViewBasic actor) {
  return actor.viewer.following != null;
}