Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ cloud_enabled
Method
cloud_enabled
src/astroprint/cloud.py:139–140 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
137
return
False
138
139
def
cloud_enabled(self):
140
return
roConfig(
'cloud.apiHost'
) and self.hmacAuth
141
142
@property
143
def
fleetId(self):
Callers
6
print_files
Method · 0.95
updateBoxrouterData
Method · 0.95
getFleetInfo
Method · 0.95
print_job
Method · 0.95
updateCancelReason
Method · 0.95
_sync_print_file_store
Method · 0.95
Calls
1
roConfig
Function · 0.90
Tested by
no test coverage detected