MCPcopy Index your code
hub / github.com/dataease/SQLBot / inherit

Function inherit

frontend/public/swagger-ui-bundle.js:20250–20259  ·  view source on GitHub ↗
(s, ...o)

Source from the content-addressed store, hash-verified

20248 .replace(/'/g, ''')
20249 }
20250 function inherit(s, ...o) {
20251 const i = Object.create(null)
20252 for (const o in s) i[o] = s[o]
20253 return (
20254 o.forEach(function (s) {
20255 for (const o in s) i[o] = s[o]
20256 }),
20257 i
20258 )
20259 }
20260 const emitsWrappingTags = (s) => !!s.kind
20261 class HTMLRenderer {
20262 constructor(s, o) {

Callers 3

COMMENTFunction · 0.85
compileLanguageFunction · 0.85

Calls 2

createMethod · 0.65
forEachMethod · 0.45

Tested by

no test coverage detected