Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
out
Function · 0.85
Calls
6
fn
Function · 0.85
a0
Function · 0.85
$
Function · 0.85
get_output
Method · 0.80
get
Method · 0.65
map
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…