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

Function EndiannessDetector

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

Source from the content-addressed store, hash-verified

17union EndiannessDetector
18{
19 EndiannessDetector()
20 {
21 i = 1;
22 }
23
24 int i;
25 char buf[sizeof(int)];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected