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

Function getRangeCode

js/ESTREEPY.js:30–34  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

28 }
29
30 function getRangeCode(node) {
31 if (node == null) return ''
32 var result = Code.slice(node.range[0], node.range[1])
33 return result
34 }
35
36 function getArgs(nodes) {
37 var result = ''

Callers 2

getValueFunction · 0.70
doBlockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected