in src/construct.ts [97:103]
public get addr(): string { if (!this._addr) { this._addr = addressOf(this.scopes.map(c => Node.of(c).id)); } return this._addr; }