bitburner-src/markdown/bitburner.go.analysis.md
2023-12-26 11:45:27 -05:00

468 B

Home > bitburner > Go > analysis

Go.analysis property

Tools to analyze the IPvGO subnet.

Signature:

analysis: {
    getValidMoves(): boolean[][];

    getChains(): (number | null)[][];

    getLiberties(): number[][];

    getControlledEmptyNodes(): string[];
  };