MCPcopy Index your code
hub / github.com/DHTMLX/gantt / getRes

Function getRes

samples/common/codehighlight/codemirror.js:6910–6912  ·  view source on GitHub ↗
(ch, moveInStorageOrder)

Source from the content-addressed store, hash-verified

6908
6909 var searchInVisualLine = function (partPos, dir, wrappedLineExtent) {
6910 var getRes = function (ch, moveInStorageOrder) { return moveInStorageOrder
6911 ? new Pos(start.line, mv(ch, 1), "before")
6912 : new Pos(start.line, ch, "after"); };
6913
6914 for (; partPos >= 0 && partPos < bidi.length; partPos += dir) {
6915 var part = bidi[partPos];

Callers 1

searchInVisualLineFunction · 0.85

Calls 1

mvFunction · 0.85

Tested by

no test coverage detected