MCPcopy Index your code
hub / github.com/CodeboxIDE/codebox / getInput

Function getInput

core/cb.addons/require-tools/less/lessc.js:241–247  ·  view source on GitHub ↗
(e, env)

Source from the content-addressed store, hash-verified

239 }
240
241 function getInput(e, env) {
242 if (e.filename && env.currentFileInfo.filename && (e.filename !== env.currentFileInfo.filename)) {
243 return parser.imports.contents[e.filename];
244 } else {
245 return input;
246 }
247 }
248
249 function getLocation(index, inputStream) {
250 var n = index + 1,

Callers 1

LessErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected