Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ closeBrowser
Function
closeBrowser
test/headless/test.js:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
async
function
closeBrowser() {
49
if
(browser)
await
browser.close();
50
}
51
52
const
logBlocks = {};
53
function
log(block, text, indetion = 0) {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected