MCPcopy Create free account
hub / github.com/blacksmith-eth/blacksmith / buildAbiDefinedPureFunction

Function buildAbiDefinedPureFunction

testing/factory/index.ts:93–98  ·  view source on GitHub ↗
(
  overrides: Partial<AbiDefinedPureFunction> = {},
)

Source from the content-addressed store, hash-verified

91});
92
93export const buildAbiDefinedPureFunction = (
94 overrides: Partial<AbiDefinedPureFunction> = {},
95): AbiDefinedPureFunction => ({
96 ...buildAbiDefinedFunction(overrides),
97 stateMutability: "pure",
98});
99
100export const buildAbiDefinedViewFunction = (
101 overrides: Partial<AbiDefinedViewFunction> = {},

Callers 2

renderPureFunction · 0.90
index.test.tsxFile · 0.90

Calls 1

buildAbiDefinedFunctionFunction · 0.85

Tested by 1

renderPureFunction · 0.72