MCPcopy Create free account
hub / github.com/Kitware/CMake / vsflags

Function vsflags

Source/cmConvertMSBuildXMLToJSON.py:28–35  ·  view source on GitHub ↗

Combines the flags.

(*args)

Source from the content-addressed store, hash-verified

26
27
28def vsflags(*args):
29 """Combines the flags."""
30 values = []
31
32 for arg in args:
33 __append_list(values, arg)
34
35 return values
36
37
38def read_msbuild_xml(path, values=None):

Callers 5

__convert_string_listFunction · 0.85
__convert_stringFunction · 0.85
__convert_nodeFunction · 0.85
__with_argumentFunction · 0.85
__preprocess_argumentsFunction · 0.85

Calls 1

__append_listFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…