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

Function initialize_config_module

v2/build_system.py:166–168  ·  view source on GitHub ↗
(module_name, location=None)

Source from the content-addressed store, hash-verified

164 return result
165
166def initialize_config_module(module_name, location=None):
167
168 get_manager().projects().initialize(module_name, location)
169
170# Helper rule used to load configuration files. Loads the first configuration
171# file with the given 'filename' at 'path' into module with name 'module-name'.

Callers 1

load_configuration_filesFunction · 0.85

Calls 2

get_managerFunction · 0.90
projectsMethod · 0.80

Tested by

no test coverage detected