Get the instance name from the analyzed imports.
(&self)
| 33 | |
| 34 | /// Get the instance name from the analyzed imports. |
| 35 | pub fn instance_name(&self) -> &GoIdentifier { |
| 36 | &self.config.analyzed_imports.instance_name |
| 37 | } |
| 38 | |
| 39 | /// Generate the `writeString` helper function. |
| 40 | fn generate_write_string(&self, tokens: &mut Tokens<Go>) { |
nothing calls this directly
no outgoing calls
no test coverage detected