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

Method serialize_username_only

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

Source from the content-addressed store, hash-verified

264 return self.permissions_projects.get(project_string_id, None)
265
266 def serialize_username_only(self):
267 return {
268 'username': self.username
269 }
270
271 def serialize_public(self, session):
272 # Careful, **PUBLIC** info

Callers 2

serializeMethod · 0.80
serialize_publicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected