MCPcopy
hub / github.com/Uniswap/interface / Data

Interface Data

functions/utils/cache.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Data {
2 title: string
3 image: string
4 url: string
5 name?: string
6 ogImage?: string
7 isVerified?: boolean
8 symbol?: string
9}
10
11const CACHE_NAME = 'functions-cache' as const
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…