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

Method constructor

src/code-gen/test/hardhat.ts:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43class HardhatTestEnvironment extends TestEnvironment {
44 constructor() {
45 super(
46 HardhatElementaryValues,
47 );
48 }
49
50 public getCallWithAssignment(
51 contactName: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected