MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / readSrc

Function readSrc

test/http-cache-control.test.js:17–19  ·  view source on GitHub ↗
(rel)

Source from the content-addressed store, hash-verified

15// response surface ships no-store.
16
17function readSrc(rel) {
18 return readFileSync(join(REPO_ROOT, rel), 'utf-8');
19}
20
21describe('HTTP Cache-Control: no-store on per-request responses (issue #97)', () => {
22 it('json() helper in server.js sets Cache-Control: no-store', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected