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

Function zf

frontend/public/swagger-ui-bundle.js:10659–10661  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

10657 var rn = /\r\n?/g,
10658 nn = /\u0000|\uFFFD/g
10659 function zf(s) {
10660 return ('string' == typeof s ? s : '' + s).replace(rn, '\n').replace(nn, '')
10661 }
10662 function Af(s, o, i) {
10663 if (((o = zf(o)), zf(s) !== o && i)) throw Error(p(425))
10664 }

Callers 1

AfFunction · 0.70

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected