Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ closeSession
Function
closeSession
scripts/integration/js-api.mjs:585–589 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
583
}
584
585
function
closeSession() {
586
session?.close();
587
session = null;
588
return
{ ok: true };
589
}
590
591
function
assertRoots(payload, label) {
592
assertJson(payload, label);
Callers
2
main
Function · 0.85
cleanup
Function · 0.85
Calls
1
close
Method · 0.65
Tested by
no test coverage detected