MCPcopy
hub / github.com/firerpa/lamda / enumerate_installed_apps

Method enumerate_installed_apps

lamda/client.py:2451–2452  ·  view source on GitHub ↗
(self, user=0)

Source from the content-addressed store, hash-verified

2449 def current_application(self):
2450 return self.stub("Application").current_application()
2451 def enumerate_installed_apps(self, user=0):
2452 return self.stub("Application").enumerate_installed_apps(user=user)
2453 def enumerate_running_processes(self):
2454 return self.stub("Application").enumerate_running_processes()
2455 def start_activity(self, **activity):

Callers 1

Calls 1

stubMethod · 0.95

Tested by

no test coverage detected