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

Function Double2BytesConverter

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

Source from the content-addressed store, hash-verified

92union Double2BytesConverter
93{
94 Double2BytesConverter()
95 {
96 buf[0] = 0;
97 buf[1] = 0;
98 buf[2] = 0;
99 buf[3] = 0;
100 buf[4] = 0;
101 buf[5] = 0;
102 buf[6] = 0;
103 buf[7] = 0;
104 }
105
106 double f;
107 char buf[8];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected