MCPcopy
hub / github.com/diffgram/diffgram / build_following_list

Method build_following_list

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

Source from the content-addressed store, hash-verified

290 return user_list
291
292 def build_following_list(self):
293 user_list = []
294 for user_follow in self.follow_ing_list:
295 user_list.append(user_follow.following_user.serialize_for_activity())
296 return user_list
297
298 def serialize_follow_ers_list_PUBLIC(self):
299 return {

Callers 1

Calls 1

Tested by

no test coverage detected