MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / makeArguments

Function makeArguments

ses.cjs:9434–9437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9432// getAnonymousIntrinsics uses a utility function to construct an arguments
9433// object, since it cannot have one of its own and also be a const export.
9434function makeArguments() {
9435 // eslint-disable-next-line prefer-rest-params
9436 return arguments;
9437 }
9438
9439/**
9440 * getAnonymousIntrinsics()

Callers 1

getAnonymousIntrinsicsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected