Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

improved insertNewPackageName #76

Merged
merged 5 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/JavaScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ Insert a new package inside the DB taking a `Server Object Full` as argument.

### database~insertNewPackageName(newName, oldName) ⇒ <code>object</code>
Insert a new package name with the same pointer as the old name.
This essentially renames an existing package.

**Kind**: inner method of [<code>database</code>](#module_database)
**Returns**: <code>object</code> - A server status object.
Expand Down
18 changes: 9 additions & 9 deletions docs/complexity-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Change cost: 13.580246913580247%
* Core size: 100%

## /home/runner/work/atom-backend/atom-backend/jest.config.js
## /home/runner/work/atom-community-server-backend-JS/atom-community-server-backend-JS/jest.config.js

* Physical LOC: 19
* Logical LOC: 11
Expand All @@ -19,7 +19,7 @@
* Maintainability index: 63.4637930063897
* Dependency count: 0

## /home/runner/work/atom-backend/atom-backend/src/cache.js
## /home/runner/work/atom-community-server-backend-JS/atom-community-server-backend-JS/src/cache.js

* Physical LOC: 28
* Logical LOC: 3
Expand All @@ -29,7 +29,7 @@
* Maintainability index: 78.8444767459975
* Dependency count: 1

## /home/runner/work/atom-backend/atom-backend/src/config.js
## /home/runner/work/atom-community-server-backend-JS/atom-community-server-backend-JS/src/config.js

* Physical LOC: 102
* Logical LOC: 40
Expand All @@ -49,7 +49,7 @@
* Halstead volume: 2432.752928864466
* Halstead effort: 77848.09372366291

## /home/runner/work/atom-backend/atom-backend/src/debug_utils.js
## /home/runner/work/atom-community-server-backend-JS/atom-community-server-backend-JS/src/debug_utils.js

* Physical LOC: 30
* Logical LOC: 22
Expand All @@ -69,7 +69,7 @@
* Halstead volume: 475.6861996976024
* Halstead effort: 8970.082622869073

## /home/runner/work/atom-backend/atom-backend/scripts/deprecated/search.js
## /home/runner/work/atom-community-server-backend-JS/atom-community-server-backend-JS/scripts/deprecated/search.js

* Physical LOC: 176
* Logical LOC: 73
Expand Down Expand Up @@ -139,7 +139,7 @@
* Halstead volume: 380.3296723500879
* Halstead effort: 12318.455498894515

## /home/runner/work/atom-backend/atom-backend/scripts/tools/genBadges.js
## /home/runner/work/atom-community-server-backend-JS/atom-community-server-backend-JS/scripts/tools/genBadges.js

* Physical LOC: 90
* Logical LOC: 50
Expand Down Expand Up @@ -189,7 +189,7 @@
* Halstead volume: 91.37651812938249
* Halstead effort: 186.9065143555551

## /home/runner/work/atom-backend/atom-backend/src/tests/debug_utils.test.js
## /home/runner/work/atom-community-server-backend-JS/atom-community-server-backend-JS/src/tests/debug_utils.test.js

* Physical LOC: 31
* Logical LOC: 2
Expand All @@ -199,7 +199,7 @@
* Maintainability index: 86.03073855173344
* Dependency count: 1

## /home/runner/work/atom-backend/atom-backend/src/tests/logger.test.js
## /home/runner/work/atom-community-server-backend-JS/atom-community-server-backend-JS/src/tests/logger.test.js

* Physical LOC: 142
* Logical LOC: 7
Expand All @@ -209,7 +209,7 @@
* Maintainability index: 69.95236801837311
* Dependency count: 1

## /home/runner/work/atom-backend/atom-backend/src/tests/query.test.js
## /home/runner/work/atom-community-server-backend-JS/atom-community-server-backend-JS/src/tests/query.test.js

* Physical LOC: 120
* Logical LOC: 79
Expand Down
Loading