Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Loping151/RoverSign
/ is_signing
Method
is_signing
RoverSign/utils/sign_state.py:31–33 ·
view source on GitHub ↗
检查是否正在签到
()
Source
from the content-addressed store, hash-verified
29
30
@staticmethod
31
def
is_signing() -> bool:
32
""
"检查是否正在签到"
""
33
return
STATE_FILE.exists()
34
35
@staticmethod
36
def
get_state() -> Optional[dict]:
Callers
1
rover_sign_recheck_all
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected