MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / shouldCheckWellFormedness

Method shouldCheckWellFormedness

src/common/CharSet.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 const UCHAR* getSpace() const { return cs->charset_space_character; }
98 USHORT getFlags() const { return cs->charset_flags; }
99 bool shouldCheckWellFormedness() const { return cs->charset_fn_well_formed != NULL; }
100
101 bool isMultiByte() const
102 {

Callers 1

BLB_check_well_formedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected