MCPcopy Create free account
hub / github.com/Countly/countly-server / done

Function done

plugins/systemlogs/install.js:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5pluginManager.dbConnection().then((countlyDb) => {
6 function done() {
7 console.log("Systemlogs plugin installation finished");
8 countlyDb.close();
9 }
10
11 console.log("Adding systemlogs indexes");
12 var cnt = 0;

Callers 15

cbFunction · 0.70
validateRecordsFunction · 0.70
tests.jsFile · 0.70
Gruntfile.jsFile · 0.50
testUtilsFunction · 0.50
runTestFunction · 0.50
db.tests.jsFile · 0.50

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected