MCPcopy Index your code
hub / github.com/RubyLouvre/anu / current

Function current

test/babel.js:58119–58121  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

58117 }
58118
58119 function current(value) {
58120 return str.indexOf(value, pos) === pos;
58121 }
58122
58123 function next(value) {
58124 return str[pos + 1] === value;

Callers 6

parseTermFunction · 0.85
parseClassRangesFunction · 0.85
parseHelperClassRangesFunction · 0.85
parseNonemptyClassRangesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected