Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
configure_really
Function · 0.45
generated_targets
Method · 0.45
register_toolset_really
Function · 0.45
register_configuration
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected