Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/withastro/astro
/ session-data.ts
File
session-data.ts
packages/astro/test/types/session-data.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
'./session-env.d.ts'
;
2
import
{ describe, it } from
'node:test'
;
3
import
{ expectTypeOf } from
'expect-type'
;
4
import
{ AstroSession } from
'../../dist/core/session/runtime.js'
;
Callers
nothing calls this directly
Calls
3
createSession
Function · 0.70
get
Method · 0.65
set
Method · 0.65
Tested by
no test coverage detected