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

Method package

bauer/buildexecutor.py:27–28  ·  view source on GitHub ↗
(self, configuration, args)

Source from the content-addressed store, hash-verified

25 self.buildTarget(configuration, args, "clean")
26
27 def package(self, configuration, args):
28 self.buildTarget(configuration, args, "package")
29
30 def buildTarget(self, configuration, args, target):
31 configs = [configuration.config]

Callers

nothing calls this directly

Calls 1

buildTargetMethod · 0.95

Tested by

no test coverage detected