[Home](./index.md) > [bitburner](./bitburner.md) > [Go](./bitburner.go.md) > [analysis](./bitburner.go.analysis.md) ## Go.analysis property Tools to analyze the IPvGO subnet. **Signature:** ```typescript analysis: { getValidMoves(): boolean[][]; getChains(): (number | null)[][]; getLiberties(): number[][]; getControlledEmptyNodes(): string[]; getStats(): Partial>; }; ```