[#CNode-cleanSubVer] = xref:CNode.adoc[CNode]::cleanSubVer :relfileprefix: ../ :mrdocs: cleanSubVer is a sanitized string of the user agent byte array we read from the wire. This cleaned string can safely be logged or displayed. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff36f2e0568), guarded_by(0x7ff36e4bcd98), guarded_by(0x7ff37ef68558), guarded_by(0x7ff3770c5218), guarded_by(0x7ff38f628528), guarded_by(0x7ff37eb78ec8), guarded_by(0x7ff37bc1b578), guarded_by(0x7ff38919bb88), guarded_by(0x7ff37a03c3c8), guarded_by(0x7ff383afd7b8), guarded_by(0x7ff37ca25d98)]] std::string cleanSubVer = {}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#