MCPcopy Create free account
hub / github.com/Icinga/icinga2 / CharU2SConverter

Function CharU2SConverter

lib/base/object-packer.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46union CharU2SConverter
47{
48 CharU2SConverter()
49 {
50 s = 0;
51 }
52
53 unsigned char u;
54 signed char s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected