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