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

Function getRangeCode

js/ESTREEJS.js:144–148  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

142 }
143
144 function getRangeCode(node){
145 if(node==null)return 'xx'
146 var result=Code.slice(node.range[0],node.range[1])
147 return result
148 }
149
150 function getArgs(nodes){
151 var result=''

Callers 2

getValueFunction · 0.70
doBlockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected