MCPcopy Create free account
hub / github.com/dataease/SQLBot / dropLastWhile

Function dropLastWhile

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

Source from the content-addressed store, hash-verified

39942 })
39943 })
39944 const Ha = Ja(1, 'split')
39945 function dropLastWhile(s, o) {
39946 for (var i = o.length - 1; i >= 0 && s(o[i]); ) i -= 1
39947 return ja(0, i + 1, o)
39948 }
39949 var Ga = (function () {
39950 function XDropLastWhile(s, o) {

Callers

nothing calls this directly

Calls 2

jaFunction · 0.85
sFunction · 0.50

Tested by

no test coverage detected