(&self)
| 189 | /// Alias for `program_id` (camelCase). |
| 190 | #[wasm_bindgen(js_name = "programId")] |
| 191 | pub fn program_id_camel(&self) -> String { |
| 192 | self.program_id() |
| 193 | } |
| 194 | |
| 195 | /// Alias for `function_name` (camelCase). |
| 196 | #[wasm_bindgen(js_name = "functionName")] |
nothing calls this directly
no test coverage detected