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

Function createIterResult

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

Source from the content-addressed store, hash-verified

382 B = Symbol('handlePromise'),
383 $ = Symbol('stream')
384 function createIterResult(s, o) {
385 return { value: s, done: o }
386 }
387 function readAndResolve(s) {
388 var o = s[w]
389 if (null !== o) {

Callers 2

readAndResolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected