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

Function getEnvironmentOptionsList

ses.cjs:420–423  ·  view source on GitHub ↗
(optionName)

Source from the content-addressed store, hash-verified

418 * @returns {string[]}
419 */
420 const getEnvironmentOptionsList= (optionName)=>{
421 const option= getEnvironmentOption(optionName, '');
422 return freeze(option=== ''? []: stringSplit(option, ','));
423 };
424 freeze(getEnvironmentOptionsList);
425
426 const environmentOptionsListHas= (optionName, element)=>

Callers 1

Calls 1

getEnvironmentOptionFunction · 0.85

Tested by

no test coverage detected