MCPcopy Create free account
hub / github.com/davidkingzyb/SCAST / read_string

Function read_string

js/SCASTPY.js:129–139  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

127 return str;
128 }
129 function read_string(ch) {
130 return {
131 type: "str",
132 value: read_escaped(ch) ,
133 poi:{
134 line:start.line,
135 start:start.column,
136 end:input.poi().column
137 }
138 };
139 }
140 function read_indentation(predicate) {
141 var str = "";
142 input.next()

Callers 1

read_nextFunction · 0.70

Calls 1

read_escapedFunction · 0.70

Tested by

no test coverage detected