()
| 24 | /// ABI contract version this plugin implements (must match the host's). |
| 25 | #[unsafe(no_mangle)] |
| 26 | pub extern "C" fn contractVersion() -> i32 { |
| 27 | 1 |
| 28 | } |
| 29 | |
| 30 | /// Self-description consumed by the host (languageId + extensions; frameworks carried). |
| 31 | #[unsafe(no_mangle)] |
nothing calls this directly
no outgoing calls
no test coverage detected