Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Loping151/RoverSign
/ build_game_sign
Method
build_game_sign
RoverSign/utils/database/models.py:274–275 ·
view source on GitHub ↗
(cls, uid: str)
Source
from the content-addressed store, hash-verified
272
273
@classmethod
274
def
build_game_sign(cls, uid: str):
275
return
cls(uid=uid, game_sign=1)
276
277
@classmethod
278
def
build_pgr_game_sign(cls, uid: str):
Callers
2
action_waves_sign_in
Function · 0.80
sign_in
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected