Ensure the resources have the allocation info set.
| 93 | { |
| 94 | // Ensure the resources have the allocation info set. |
| 95 | foreachkey (const string& role, resources) { |
| 96 | foreachvalue (Resources& r, resources.at(role)) { |
| 97 | r.allocate(role); |
| 98 | } |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | FrameworkID frameworkId; |
nothing calls this directly
no test coverage detected