Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anijs/anijs
/ printNewline
Function
printNewline
test/jasmine-standalone/lib/jasmine-2.0.0/console.js:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
return
this;
115
116
function
printNewline() {
117
print(
"\n"
);
118
}
119
120
function
colored(color, str) {
121
return
showColors ? (ansi[color] + str + ansi.none) : str;
Callers
2
ConsoleReporter
Function · 0.85
specFailureDetails
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected