Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sshwsfc/xadmin
/ genCellKey
Function
genCellKey
xadmin-dashboard/src/mappers.js:5–7 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
3
import
Root from
'./components/Root'
4
5
const
genCellKey = (
type
) => {
6
return
type
.replace(/[\/\,\.]/g,
'_'
) +
'_'
+ Math.random().toString(36).substr(4)
7
}
8
9
export
default {
10
'dashboard.view'
: {
Callers
1
mappers.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected