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

Function tt

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

Source from the content-addressed store, hash-verified

25193 /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,
25194 et = /\\(\\)?/g,
25195 tt = function getBaseIntrinsic(s, o) {
25196 var i,
25197 a = s
25198 if ((qe(Re, a) && (a = '%' + (i = Re[a])[0] + '%'), qe(xe, a))) {
25199 var u = xe[a]
25200 if ((u === Se && (u = Te(a)), void 0 === u && !o))
25201 throw new L(
25202 'intrinsic ' + s + ' exists, but is not available. Please file an issue!'
25203 )
25204 return { alias: i, name: a, value: u }
25205 }
25206 throw new j('intrinsic ' + s + ' does not exist!')
25207 }
25208 s.exports = function GetIntrinsic(s, o) {
25209 if ('string' != typeof s || 0 === s.length)
25210 throw new L('intrinsic name must be a non-empty string')

Callers 2

combinePluginsFunction · 0.70

Calls 2

TeFunction · 0.70
qeFunction · 0.50

Tested by

no test coverage detected