MCPcopy
hub / github.com/jcubic/jquery.terminal / get_lines

Function get_lines

__tests__/terminal.spec.js:2303–2305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2301 return lines;
2302 })();
2303 function get_lines() {
2304 return term.get_output().split('\n');
2305 }
2306 beforeEach(function() {
2307 term = $('<div/>').terminal($.noop, {
2308 greetings: greetings,

Callers 2

terminal.spec.jsFile · 0.85
outFunction · 0.85

Calls 6

fnFunction · 0.85
a0Function · 0.85
$Function · 0.85
get_outputMethod · 0.80
getMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…