Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ serialize_follow_ing_list_PUBLIC
Method
serialize_follow_ing_list_PUBLIC
shared/database/user.py:303–306 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
301
}
302
303
def
serialize_follow_ing_list_PUBLIC(self):
304
return
{
305
'user_list'
: self.build_following_list()
306
}
307
308
def
get_by_username(session, username_string):
309
Callers
nothing calls this directly
Calls
1
build_following_list
Method · 0.95
Tested by
no test coverage detected