MCPcopy
hub / github.com/pandao/editor.md / stringWithEscapes

Function stringWithEscapes

lib/codemirror/mode/php/php.js:33–35  ·  view source on GitHub ↗
(closing)

Source from the content-addressed store, hash-verified

31 };
32 }
33 function stringWithEscapes(closing) {
34 return function(stream, state) { return stringWithEscapes_(stream, state, closing); };
35 }
36 function stringWithEscapes_(stream, state, closing) {
37 // "Complex" syntax
38 if (stream.match("${", false) || stream.match("{$", false)) {

Callers 2

matchSequenceFunction · 0.85
php.jsFile · 0.85

Calls 1

stringWithEscapes_Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…