data() may return a pointer to a buffer with embedded NULs, and the returned buffer may or may not be null terminated. Therefore it is typically a mistake to pass data() to a routine that expects a NUL terminated string.
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected