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

Function __convert_string

Source/cmConvertMSBuildXMLToJSON.py:306–310  ·  view source on GitHub ↗

Converts a StringProperty node to JSON format.

(node)

Source from the content-addressed store, hash-verified

304
305
306def __convert_string(node):
307 """Converts a StringProperty node to JSON format."""
308 converted = __convert_node(node, default_flags=vsflags(VSFlags.UserValue))
309
310 return __check_for_flag(converted)
311
312
313def __convert_node(node, default_value='', default_flags=vsflags()):

Callers

nothing calls this directly

Calls 3

__convert_nodeFunction · 0.85
vsflagsFunction · 0.85
__check_for_flagFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…