Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyhttp/tinyhttp
/ touch
Method
touch
packages/session/src/index.ts:119–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
touch() {
120
this.resetMaxAge()
121
return
this
122
}
123
124
private data(): Record<string, any> {
125
const
out: Record<string, any> = {}
Callers
2
SessionManager
Function · 0.45
getSession.test.ts
File · 0.45
Calls
1
resetMaxAge
Method · 0.95
Tested by
no test coverage detected