MCPcopy Create free account
hub / github.com/Some1Uknow/learn-solana / getRuntimeLabProgram

Function getRuntimeLabProgram

lib/runtime-lab/flows.ts:1473–1475  ·  view source on GitHub ↗
(programId: string)

Source from the content-addressed store, hash-verified

1471export const runtimeLabFlows = runtimeLabPrograms.flatMap((program) => program.flows);
1472
1473export function getRuntimeLabProgram(programId: string) {
1474 return runtimeLabPrograms.find((program) => program.id === programId);
1475}
1476
1477export function getRuntimeLabFlow(flowId: string) {
1478 return runtimeLabFlows.find((flow) => flow.id === flowId);

Callers 5

generateMetadataFunction · 0.90
RuntimeLabProgramPageFunction · 0.90
GETFunction · 0.90
PUTFunction · 0.90
DELETEFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected