MCPcopy Index your code
hub / github.com/dethcrypto/TypeChain / fixtureFactory

Function fixtureFactory

packages/typechain/test/parser/abiParser.test.ts:522–524  ·  view source on GitHub ↗
(defaults: T)

Source from the content-addressed store, hash-verified

520})
521
522export function fixtureFactory<T>(defaults: T): (params?: Partial<T>) => T {
523 return (params = {}) => merge({}, defaults, params)
524}
525
526describe('helpers', () => {
527 const fnFactory = fixtureFactory<FunctionDeclaration>({

Callers 1

abiParser.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…