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

Function is_split

js/SCAST.js:77–79  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

75 }
76
77 function is_split(ch){
78 return ",;.:?".indexOf(ch)>=0;
79 }
80
81 function read_while(predicate) {
82 var str = "";

Callers 1

read_nextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected