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

Method run

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

Source from the content-addressed store, hash-verified

46 builtin.ArchiveGenerator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
47
48 def run (self, project, name, prop_set, sources):
49 result = builtin.ArchiveGenerator.run(self, project, name, prop_set, sources)
50 set_library_order(project.manager(), sources, prop_set, result)
51 return result
52
53class UnixSearchedLibGenerator (builtin.SearchedLibGenerator):
54

Callers

nothing calls this directly

Calls 2

set_library_orderFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected