MCPcopy
hub / github.com/withastro/astro / app-cache.test.ts

File app-cache.test.ts

packages/astro/test/units/cache/app-cache.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'node:assert/strict';
2import { describe, it } from 'node:test';
3import memoryProvider from '../../../dist/core/cache/memory-provider.js';
4import { createComponent, render, renderHead } from '../../../dist/runtime/server/index.js';

Callers

nothing calls this directly

Calls 15

createTestAppFunction · 0.90
createEndpointFunction · 0.90
createPageFunction · 0.90
headCachedEndpointFunction · 0.85
cachedEndpointFunction · 0.85
noCacheEndpointFunction · 0.85
invalidateEndpointFunction · 0.85
invalidatePathEndpointFunction · 0.85
optOutEndpointFunction · 0.85
withCookieEndpointFunction · 0.85
varyLangEndpointFunction · 0.85

Tested by

no test coverage detected