MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / AllowWhiteSpace

Method AllowWhiteSpace

src/core/displayencoder.cpp:604–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604bool cEncoder::AllowWhiteSpace() const
605{
606 return (0 != (m_fFlags & ALLOW_WHITESPACE));
607}
608
609//////////////////////////////////////////////////////////////////////////////
610// ENCODER BASIC FUNCTIONALITY

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected