MCPcopy Create free account
hub / github.com/nodejs/node / AddConfig

Method AddConfig

tools/gyp/pylib/gyp/MSVSUserFile.py:71–77  ·  view source on GitHub ↗

Adds a configuration to the project. Args: name: Configuration name.

(self, name)

Source from the content-addressed store, hash-verified

69 self.configurations = {}
70
71 def AddConfig(self, name):
72 """Adds a configuration to the project.
73
74 Args:
75 name: Configuration name.
76 """
77 self.configurations[name] = ["Configuration", {"Name": name}]
78
79 def AddDebugSettings(
80 self, config_name, command, environment={}, working_directory=""

Callers 1

AddDebugSettingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected