Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/thinkjs/thinkjs
/ getApplication
Function
getApplication
test/case/application.js:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
const
path = require(
'path'
);
6
7
function
getApplication() {
8
return
mock.reRequire(
'../../lib/application'
);
9
}
10
11
mockie.mockConsoleError();
12
Callers
1
application.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected