MCPcopy 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
585function closeSession() {
586 session?.close();
587 session = null;
588 return { ok: true };
589}
590
591function assertRoots(payload, label) {
592 assertJson(payload, label);

Callers 2

mainFunction · 0.85
cleanupFunction · 0.85

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected