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

Function environmentOptionsListHas

ses.cjs:426–427  ·  view source on GitHub ↗
(optionName, element)

Source from the content-addressed store, hash-verified

424 freeze(getEnvironmentOptionsList);
425
426 const environmentOptionsListHas= (optionName, element)=>
427 arrayIncludes(getEnvironmentOptionsList(optionName), element);
428
429 const getCapturedEnvironmentOptionNames= ()=> {
430 return freeze([...capturedEnvironmentOptionNames]);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected