Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eveningkid/denodb
/ close
Method
close
lib/connectors/mongodb-connector.ts:305–313 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
303
}
304
305
close() {
306
if
(!this._connected) {
307
return
Promise.resolve();
308
}
309
310
this._client.close();
311
this._connected = false;
312
return
Promise.resolve();
313
}
314
}
Callers
nothing calls this directly
Calls
1
close
Method · 0.65
Tested by
no test coverage detected