MCPcopy Create free account
hub / github.com/d1ll0n/stack-packer / generateComparisonFunctions

Function generateComparisonFunctions

src/code-gen/functions.ts:92–97  ·  view source on GitHub ↗
(struct: AbiStruct)

Source from the content-addressed store, hash-verified

90}
91
92export const generateComparisonFunctions = (struct: AbiStruct): CodeGenFunction[] => {
93 return [
94 generateEqualityFunction(struct),
95 generateIsNullFunction(struct)
96 ]
97}
98
99export function getEncodeGroupFunction(
100 struct: ProcessedStruct,

Callers 1

generateCoderLibraryFunction · 0.90

Calls 2

generateEqualityFunctionFunction · 0.85
generateIsNullFunctionFunction · 0.85

Tested by

no test coverage detected