MCPcopy
hub / github.com/cssinjs/jss / te

Function te

examples/react-ssr/static/client.js:8911–8927  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

8909 var Z = X[Y]++,
8910 ee = 1e10,
8911 te = function(e) {
8912 void 0 === e && (e = {})
8913 var t = 0
8914 return function(r, n) {
8915 t += 1
8916 var i = '',
8917 s = ''
8918 return (
8919 n &&
8920 (n.options.classNamePrefix && (s = n.options.classNamePrefix),
8921 null != n.options.jss.id && (i = String(n.options.jss.id))),
8922 e.minify
8923 ? '' + (s || 'c') + Z + i + t
8924 : s + r.key + '-' + Z + (i ? '-' + i : '') + '-' + t
8925 )
8926 }
8927 }
8928 exports.createGenerateId = te
8929 var re = function(e) {
8930 var t

Callers 1

rFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected