Get the table's identifier.
(&self)
| 120 | |
| 121 | /// Get the table's identifier. |
| 122 | pub fn identifier(&self) -> &Identifier { |
| 123 | &self.identifier |
| 124 | } |
| 125 | |
| 126 | /// Get the table's location. |
| 127 | pub fn location(&self) -> &str { |
no outgoing calls
no test coverage detected