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

Function register_archiver

v2/tools/builtin.py:710–712  ·  view source on GitHub ↗
(id, source_types, target_types, requirements)

Source from the content-addressed store, hash-verified

708
709
710def register_archiver(id, source_types, target_types, requirements):
711 g = ArchiveGenerator(id, True, source_types, target_types, requirements)
712 generators.register(g)
713
714class DummyGenerator(generators.Generator):
715 """Generator that accepts everything and produces nothing. Useful as a general

Callers

nothing calls this directly

Calls 2

ArchiveGeneratorClass · 0.85
registerMethod · 0.45

Tested by

no test coverage detected