()
| 191 | public boolean asMap_delete(Object p) { |
| 192 | throw new IllegalArgumentException("cannot change `_.children` / `_.parents` directly, call `_.connect` instead"); |
| 193 | } |
| 194 | |
| 195 | @Override |
| 196 | public int size() { |
| 197 | return c.size(); |
| 198 | } |
| 199 |
no outgoing calls
no test coverage detected