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

Interface Props

app/modules/table.tsx:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25import DurationFilter, { Duration } from "./duration-filter"
26
27interface Props {
28 data: Promise<LaunchpadsInfo[]>
29}
30
31function getOpacity(percent: number) {
32 return 0.2 + percent * 0.1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected