MCPcopy Create free account
hub / github.com/LockGit/gochat / uint32InExpectedOrder

Function uint32InExpectedOrder

tools/cityhash.go:84–92  ·  view source on GitHub ↗
(x uint32)

Source from the content-addressed store, hash-verified

82}
83
84func uint32InExpectedOrder(x uint32) uint32 {
85 /*
86 if !little {
87 return bswap32(x)
88 }
89 */
90
91 return x
92}
93
94func uint64InExpectedOrder(x uint64) uint64 {
95 /*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected