Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ exit
Function
exit
apps/api/scripts/mock.ts:487–490 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
485
}
486
}
487
const
exit =
async
() => {
488
await
new
Promise((resolve) => setTimeout(resolve, 2000));
489
process.exit(1);
490
};
491
492
async
function
main() {
493
const
[
type
, file =
'mock-basic.json'
] = process.argv.slice(2);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected