MCPcopy 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

3import Root from './components/Root'
4
5const genCellKey = (type) => {
6 return type.replace(/[\/\,\.]/g, '_') + '_' + Math.random().toString(36).substr(4)
7}
8
9export default {
10 'dashboard.view': {

Callers 1

mappers.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected