MCPcopy Create free account
hub / github.com/Loping151/RoverSign / build_bbs_sign

Method build_bbs_sign

RoverSign/utils/database/models.py:282–292  ·  view source on GitHub ↗
(
        cls,
        uid: str,
    )

Source from the content-addressed store, hash-verified

280
281 @classmethod
282 def build_bbs_sign(
283 cls,
284 uid: str,
285 ):
286 return cls(
287 uid=uid,
288 bbs_sign=0,
289 bbs_detail=0,
290 bbs_like=0,
291 bbs_share=0,
292 )
293
294
295class RoverSign(BaseIDModel, table=True):

Callers 1

do_single_taskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected