MCPcopy Create free account
hub / github.com/WebODM/WebODM / get_online

Method get_online

app/api/processingnodes.py:15–16  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

13 label = serializers.SerializerMethodField()
14
15 def get_online(self, obj):
16 return obj.is_online()
17
18 def get_label(self, obj):
19 return str(obj)

Callers

nothing calls this directly

Calls 1

is_onlineMethod · 0.80

Tested by

no test coverage detected