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

Method register

v2/tools/msvc.py:1114–1117  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

1112 self.first_ = None
1113
1114 def register(self, id):
1115 Configurations.register(self,id)
1116 if not self.first_:
1117 self.first_ = id
1118
1119 def first(self):
1120 return self.first_

Callers 5

msvc.pyFile · 0.45
configure_reallyFunction · 0.45
generated_targetsMethod · 0.45
register_toolset_reallyFunction · 0.45
register_configurationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected