MCPcopy Index your code
hub / github.com/Hashnode/starter-kit / e

Function e

packages/utils/renderer/highlight.js:8–22  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

6var hljs = (function () {
7 'use strict';
8 function e(n) {
9 Object.freeze(n);
10 var t = 'function' == typeof n;
11 return (
12 Object.getOwnPropertyNames(n).forEach(function (r) {
13 !Object.hasOwnProperty.call(n, r) ||
14 null === n[r] ||
15 ('object' != typeof n[r] && 'function' != typeof n[r]) ||
16 (t && ('caller' === r || 'callee' === r || 'arguments' === r)) ||
17 Object.isFrozen(n[r]) ||
18 e(n[r]);
19 }),
20 n
21 );
22 }
23 class n {
24 constructor(e) {
25 void 0 === e.data && (e.data = {}), (this.data = e.data);

Callers 7

highlight.jsFile · 0.70
renderFunction · 0.70
xFunction · 0.70
bFunction · 0.70
nFunction · 0.70
aFunction · 0.70
sFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected