MCPcopy Create free account
hub / github.com/AshampooSystems/boden / package

Method package

bauer/commandprocessor.py:143–147  ·  view source on GitHub ↗
(self, configuration)

Source from the content-addressed store, hash-verified

141 self.buildExecutor.build(configuration, self.args)
142
143 def package(self, configuration):
144 if configuration.platform == "android":
145 self.androidExecutor.package(configuration, self.args)
146 else:
147 self.buildExecutor.package(configuration, self.args)
148
149 def clean(self, configuration):
150 if configuration.platform == "android":

Callers 1

processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected