()
| 85 | } |
| 86 | |
| 87 | export function getSolanaVersion() { |
| 88 | return getCargoMetadata()?.cli?.solana; |
| 89 | } |
| 90 | |
| 91 | export function getToolchain(operation) { |
| 92 | return getCargoMetadata()?.toolchains?.[operation]; |
no test coverage detected
searching dependent graphs…