MCPcopy Index your code
hub / github.com/diffgram/diffgram / build_followers_list

Method build_followers_list

shared/database/user.py:286–290  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

284 return user
285
286 def build_followers_list(self):
287 user_list = []
288 for user_follow in self.follow_ers_list:
289 user_list.append(user_follow.user.serialize_for_activity())
290 return user_list
291
292 def build_following_list(self):
293 user_list = []

Callers 1

Calls 1

Tested by

no test coverage detected