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

Method current_application

lamda/client.py:2449–2450  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2447 def install_local_file(self, rpath, user=0):
2448 return self.stub("Application").install_local_file(rpath, user=user)
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):

Callers 2

current_applicationMethod · 0.45

Calls 1

stubMethod · 0.95

Tested by

no test coverage detected