Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parallel-js/parallel.js
/ isDefined
Function
isDefined
test/jasmine/jasmine-html.js:450–452 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
448
}
449
450
function
isDefined(obj) {
451
return
!isUndefined(obj);
452
}
453
454
function
specPluralizedFor(count) {
455
let
str = `${count} spec`;
Callers
1
jasmine-html.js
File · 0.85
Calls
1
isUndefined
Function · 0.85
Tested by
no test coverage detected