MCPcopy Create free account
hub / github.com/solana-program/system / getToolchainArgument

Function getToolchainArgument

scripts/utils.mjs:95–98  ·  view source on GitHub ↗
(operation)

Source from the content-addressed store, hash-verified

93}
94
95export function getToolchainArgument(operation) {
96 const channel = getToolchain(operation);
97 return channel ? `+${channel}` : '';
98}
99
100export function cliArguments() {
101 return process.argv.slice(3);

Callers 9

lint-rust-docs.mjsFile · 0.90
format-rust.mjsFile · 0.90
lint-features.mjsFile · 0.90
format.mjsFile · 0.90
test.mjsFile · 0.90
lint-clippy.mjsFile · 0.90
lint-docs.mjsFile · 0.90

Calls 1

getToolchainFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…