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

Method run

src/tools/unix.py:22–27  ·  view source on GitHub ↗
(self, project, name, prop_set, sources)

Source from the content-addressed store, hash-verified

20 builtin.LinkingGenerator.__init__ (self, id, composing, source_types, target_types, requirements)
21
22 def run (self, project, name, prop_set, sources):
23 result = builtin.LinkingGenerator.run (self, project, name, prop_set, sources)
24 if result:
25 set_library_order (project.manager (), sources, prop_set, result [1])
26
27 return result
28
29 def generated_targets (self, sources, prop_set, project, name):
30 sources2 = []

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls 1

set_library_orderFunction · 0.85

Tested by

no test coverage detected