MCPcopy
hub / github.com/diffgram/diffgram / get

Method get

shared/database/user.py:322–324  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

320
321 @staticmethod
322 def get(session):
323
324 return session.query(User).filter_by(id = getUserID(session = session)).first()
325
326 def get_by_member_id(
327 session,

Callers 15

handle_chunkingFunction · 0.45
test_serializeMethod · 0.45
test_startMethod · 0.45
test_exprMethod · 0.45
test_termMethod · 0.45
test_factorMethod · 0.45

Calls 1

getUserIDFunction · 0.90

Tested by 15

test_serializeMethod · 0.36
test_startMethod · 0.36
test_exprMethod · 0.36
test_termMethod · 0.36
test_factorMethod · 0.36