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

Function readAndResolve

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

Source from the content-addressed store, hash-verified

385 return { value: s, done: o }
386 }
387 function readAndResolve(s) {
388 var o = s[w]
389 if (null !== o) {
390 var i = s[$].read()
391 null !== i &&
392 ((s[L] = null), (s[w] = null), (s[x] = null), o(createIterResult(i, !1)))
393 }
394 }
395 function onReadable(s) {
396 u.nextTick(readAndResolve, s)
397 }

Callers

nothing calls this directly

Calls 3

createIterResultFunction · 0.85
readMethod · 0.80
oFunction · 0.70

Tested by

no test coverage detected