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

Function getExternalProgramOutputDir

scripts/utils.mjs:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export function getExternalProgramOutputDir() {
16 const config = getCargoMetadata()?.solana?.['external-programs-output'];
17 return path.join(workingDirectory, config ?? 'target/deploy');
18}
19
20export function getExternalProgramAddresses() {
21 const addresses = getProgramFolders().flatMap(

Callers 2

getExternalProgramsFunction · 0.90
getExternalAccountsFunction · 0.90

Calls 1

getCargoMetadataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…