MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / isWideString

Function isWideString

preprocessor/FunctionGenerator.py:886–887  ·  view source on GitHub ↗
(typeStr)

Source from the content-addressed store, hash-verified

884#
885# \param typeStr - Whether a FmtType is a string or not in C/C++ land
886def isWideString(typeStr):
887 return typeStr and -1 != typeStr.find("wchar_t*")
888
889# Helper functions to generate variable names
890def generateIdVariableNameFromLogId(logId):

Callers 1

generateLogFunctionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected