MCPcopy
hub / github.com/TanStack/router / get

Method get

e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:2142–2142  ·  view source on GitHub ↗
(
    key: Key,
    options?: Partial<KVNamespaceGetOptions<undefined>>,
  )

Source from the content-addressed store, hash-verified

2140 }
2141interface KVNamespace<Key extends string = string> {
2142 get(
2143 key: Key,
2144 options?: Partial<KVNamespaceGetOptions<undefined>>,
2145 ): Promise<string | null>

Callers 15

matchRoutesInternalMethod · 0.65
RouterCoreClass · 0.65
resolvePathFunction · 0.65
compileDecodeCharMapFunction · 0.65
getFunction · 0.65
setFunction · 0.65
parseSegmentsFunction · 0.65
findFlatMatchFunction · 0.65
findSingleMatchFunction · 0.65
findRouteMatchFunction · 0.65
getNodeMatchFunction · 0.65
redirectFunction · 0.65

Calls

no outgoing calls

Tested by 11

getOrCreateStreamFunction · 0.52
checkPostsLinkFunction · 0.52
checkLocationSearchFunction · 0.52
validateSearchParamsFunction · 0.52
checkPostsLinkFunction · 0.52
checkLocationSearchFunction · 0.52
validateSearchParamsFunction · 0.52
checkPostsLinkFunction · 0.52
checkLocationSearchFunction · 0.52
validateSearchParamsFunction · 0.52
getSSRHtmlFunction · 0.52