MCPcopy Create free account
hub / github.com/AudiusProject/apps / getMutualFollowers

Method getMutualFollowers

packages/libs/src/api/Users.ts:127–143  ·  view source on GitHub ↗

* get intersection of users that follow followeeUserId and users that are followed by followerUserId * @param followeeUserId user that is followed * @example * getMutualFollowers(100, 0, 1, 1) - IDs must be valid

(
    limit = 100,
    offset = 0,
    followeeUserId: number,
    userId?: number
  )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

useMutualFollowersFunction · 0.45

Calls 2

REQUIRESMethod · 0.80

Tested by

no test coverage detected