plenty of bf

This commit is contained in:
Olivier Gagnon
2021-11-15 23:49:33 -05:00
parent ded230eaaf
commit ef781a0627
15 changed files with 213 additions and 115 deletions

View File

@@ -1992,7 +1992,7 @@ export interface Singularity {
*
* @returns True if the installation was successful.
*/
installBackdoor(): Promise<boolean>;
installBackdoor(): Promise<void>;
}
/**
@@ -3607,7 +3607,7 @@ export interface NS extends Singularity {
* @param growthAmount - Multiplicative factor by which the server is grown. Decimal form..
* @returns The amount of grow calls needed to grow the specified server by the specified amount
*/
growthAnalyze(host: string, growthAmount: number): number;
growthAnalyze(host: string, growthAmount: number, cores?: number): number;
/**
* Calculate the security increase for a number of thread.