MCPcopy Index your code
hub / github.com/tinyhttp/tinyhttp / resetMaxAge

Method resetMaxAge

packages/session/src/index.ts:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 resetMaxAge() {
115 this.cookie.maxAge = this.cookie.originalMaxAge
116 return this
117 }
118
119 touch() {
120 this.resetMaxAge()

Callers 1

touchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected