MCPcopy Create free account
hub / github.com/evolify/dumpfun / getLaunchpad

Function getLaunchpad

common/utils/index.ts:17–19  ·  view source on GitHub ↗
(data: LaunchpadsInfo[], launchpad: Launchpad)

Source from the content-addressed store, hash-verified

15}
16
17export function getLaunchpad(data: LaunchpadsInfo[], launchpad: Launchpad) {
18 return data.find(item => item.id === launchpad)
19}
20
21export function getLaunchpadStats(
22 data?: LaunchpadsInfo,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected