MCPcopy Create free account
hub / github.com/boostorg/build / run

Method run

v2/tools/builtin.py:702–707  ·  view source on GitHub ↗
(self, project, name, prop_set, sources)

Source from the content-addressed store, hash-verified

700 generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
701
702 def run (self, project, name, prop_set, sources):
703 sources += prop_set.get ('<library>')
704
705 result = generators.Generator.run (self, project, name, prop_set, sources)
706
707 return result
708
709
710def register_archiver(id, source_types, target_types, requirements):

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected