MCPcopy Create free account
hub / github.com/TruthHun/BookStack / interpolation

Function interpolation

static/editor.md/lib/codemirror/mode/jade/jade.js:155–161  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

153 }
154
155 function interpolation(stream, state) {
156 if (stream.match('#{')) {
157 state.isInterpolating = true;
158 state.interpolationNesting = 0;
159 return 'punctuation';
160 }
161 }
162
163 function interpolationContinued(stream, state) {
164 if (state.isInterpolating) {

Callers 2

callFunction · 0.85
nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected