github.com/primecitizens/pcz/std@v0.2.1/core/fuzz/fuzz.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright 2023 The Prime Citizens 3 4 package fuzz 5 6 // TODO 7 8 func TraceCmp1(arg0, arg1 uint8, fakepc int) {} 9 func TraceCmp2(arg0, arg1 uint16, fakepc int) {} 10 func TraceCmp4(arg0, arg1 uint32, fakepc int) {} 11 func TraceCmp8(arg0, arg1 uint64, fakepc int) {} 12 func TraceConstCmp1(arg0, arg1 uint8, fakepc int) {} 13 func TraceConstCmp2(arg0, arg1 uint16, fakepc int) {} 14 func TraceConstCmp4(arg0, arg1 uint32, fakepc int) {} 15 func TraceConstCmp8(arg0, arg1 uint64, fakepc int) {} 16 func HookStrCmp(arg0, arg1 string, fakepc int) {} 17 func HookEqualFold(arg0, arg1 string, fakepc int) {}