Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ICBNetwork/web3-Wallet
/ stackStringFromSST
Function
stackStringFromSST
ses.cjs:7368–7371 ·
view source on GitHub ↗
(_error, sst)
Source
from the content-addressed store, hash-verified
7366
};
7367
7368
const
stackStringFromSST= (_error, sst)=>
7369
arrayJoin(
7370
arrayMap(arrayFilter(sst, callSiteFilter), callSiteStringifier),
7371
''
);
7372
7373
7374
/**
Callers
2
getStackString
Function · 0.85
prepareStackTrace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected