MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / findUnescapedSlashes

Function findUnescapedSlashes

lib/web/CodeMirror/keymap/vim.js:4127–4129  ·  view source on GitHub ↗
(argString)

Source from the content-addressed store, hash-verified

4125 }
4126
4127 function findUnescapedSlashes(argString) {
4128 return findUnescapedSeparators(argString, '/');
4129 }
4130
4131 function splitBySeparator(argString, separator) {
4132 var slashes = findUnescapedSeparators(argString, separator) || [];

Callers 1

parseQueryFunction · 0.85

Calls 1

findUnescapedSeparatorsFunction · 0.85

Tested by

no test coverage detected