DARKNET: Darkweb Expansion Project & Bitnode (#2139)

This is BN15. It is a really big change; see the PR for all the details.
This commit is contained in:
Michael Ficocelli
2026-02-03 06:40:36 -05:00
committed by GitHub
parent a674633f6c
commit 6073964768
225 changed files with 15010 additions and 526 deletions

View File

@@ -0,0 +1,86 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [DarknetFormulas](./bitburner.darknetformulas.md) &gt; [getExpectedRamBlockRemoved](./bitburner.darknetformulas.getexpectedramblockremoved.md)
## DarknetFormulas.getExpectedRamBlockRemoved() method
Gets the expected amount off ram that will be freed by a call to dnet.memoryReallocation
**Signature:**
```typescript
getExpectedRamBlockRemoved(darknetServerData: DarknetServerData, threads?: number, player?: Person): number;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
darknetServerData
</td><td>
[DarknetServerData](./bitburner.darknetserverdata.md)
</td><td>
The server to check ram freed on.
</td></tr>
<tr><td>
threads
</td><td>
number
</td><td>
_(Optional)_ The number of threads used in the memoryReallocation call. Optional, defaults to 1
</td></tr>
<tr><td>
player
</td><td>
[Person](./bitburner.person.md)
</td><td>
_(Optional)_ The player object. Optional, defaults to the current player status
</td></tr>
</tbody></table>
**Returns:**
number