MCPcopy Create free account
hub / github.com/microsoft/SandDance / makeLineIterator

Function makeLineIterator

docs/app/js/sanddance-app.js:54125–54127  ·  view source on GitHub ↗
(_x5)

Source from the content-addressed store, hash-verified

54123 return _makeTextEncoderIterator.apply(this, arguments);
54124}
54125function makeLineIterator(_x5) {
54126 return _makeLineIterator.apply(this, arguments);
54127}
54128function _makeLineIterator() {
54129 _makeLineIterator = (0, _wrapAsyncGeneratorDefault.default)((0, _regeneratorDefault.default).mark(function _callee3(textIterator) {
54130 var previous, _iteratorNormalCompletion3, _didIteratorError3, _iteratorError3, _iterator3, _step3, _value3, textChunk, eolIndex, line;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected