graphApplyIds property

Map<String, String> graphApplyIds
getter/setter pair

The key → id map the next bd create --graph invocation reports (applyGraph's data.ids) — StationBeadWriter.createMolecule's pour reads this back through BdCliService.applyGraph. A molecule-mode test stages the ids it expects instantiateMolecule's plan-local keys to receive.

Implementation

Map<String, String> graphApplyIds = const <String, String>{};