Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parallel-js/parallel.js
/ getGlobal
Function
getGlobal
test/jasmine/jasmine.js:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
jasmine.getGlobal =
function
() {
55
function
getGlobal() {
56
return
this;
57
}
58
59
return
getGlobal();
60
};
Callers
1
jasmine.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected