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

Class DummyGenerator

v2/tools/builtin.py:714–719  ·  view source on GitHub ↗

Generator that accepts everything and produces nothing. Useful as a general fallback for toolset-specific actions like PCH generation.

Source from the content-addressed store, hash-verified

712 generators.register(g)
713
714class DummyGenerator(generators.Generator):
715 """Generator that accepts everything and produces nothing. Useful as a general
716 fallback for toolset-specific actions like PCH generation.
717 """
718 def run (self, project, name, prop_set, sources):
719 return (property_set.empty(), [])
720
721
722get_manager().projects().add_rule("variant", variant)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected