MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / MixEmptyState

Method MixEmptyState

CSharp/Clipper2Lib/HashCode.cs:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 private static uint MixEmptyState()
93 {
94 return s_seed + Prime5;
95 }
96
97 [MethodImpl(MethodImplOptions.AggressiveInlining)]
98 private static uint MixFinal(uint hash)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected