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

Method run

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

Source from the content-addressed store, hash-verified

59 return self.requirements ()
60
61 def run (self, project, name, prop_set, sources):
62 result = SearchedLibGenerator.run (project, name, prop_set, sources)
63
64 set_library_order (sources, prop_set, result)
65
66 return result
67
68class UnixPrebuiltLibGenerator (generators.Generator):
69 def __init__ (self, id, composing, source_types, target_types_and_names, requirements):

Callers

nothing calls this directly

Calls 2

set_library_orderFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected