MCPcopy 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

SessionManagerFunction · 0.45
getSession.test.tsFile · 0.45

Calls 1

resetMaxAgeMethod · 0.95

Tested by

no test coverage detected