* Get the parent entry for this entry. */
| 983 | * Get the parent entry for this entry. |
| 984 | */ |
| 985 | CargoDataEntry *GetParent() const { return this->parent; } |
| 986 | |
| 987 | /** |
| 988 | * Get the number of children for this entry. |
no outgoing calls
no test coverage detected