MCPcopy
hub / github.com/Swatinem/rust-cache / RustVersion

Interface RustVersion

src/config.ts:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382interface RustVersion {
383 host: string;
384 release: string;
385 "commit-hash": string;
386}
387
388async function getRustVersions(cmdFormat: string): Promise<Set<RustVersion>> {
389 const versions = new Set<RustVersion>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected