MCPcopy 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_filesMethod · 0.95
updateBoxrouterDataMethod · 0.95
getFleetInfoMethod · 0.95
print_jobMethod · 0.95
updateCancelReasonMethod · 0.95

Calls 1

roConfigFunction · 0.90

Tested by

no test coverage detected