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

Method constructor

src/code-gen/test/generic.ts:60–71  ·  view source on GitHub ↗
(
    elementaryValuesGetter: ElementaryValuesGetter,
    // getCallWithAssignment: (
    //   contactName: string,
    //   fn: string,
    //   inputs: string[],
    //   outputs: string[]
    // ) => ArrayJoinInput<string>
  )

Source from the content-addressed store, hash-verified

58 ): ArrayJoinInput<string>;
59
60 constructor(
61 elementaryValuesGetter: ElementaryValuesGetter,
62 // getCallWithAssignment: (
63 // contactName: string,
64 // fn: string,
65 // inputs: string[],
66 // outputs: string[]
67 // ) => ArrayJoinInput<string>
68 ) {
69 this.elementaryValuesGetter = elementaryValuesGetter
70 // this.getCallWithAssignment = getCallWithAssignment.bind(this)
71 }
72
73 getFieldValue = (field: ProcessedField, kind: TestValueKind) => {
74 if (field.type.meta === 'elementary') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected