MCPcopy Create free account
hub / github.com/adonisjs/session / toString

Method toString

src/values_store.ts:120–122  ·  view source on GitHub ↗

* Returns string representation of the store * * @example * const str = store.toString()

()

Source from the content-addressed store, hash-verified

118 * const str = store.toString()
119 */
120 toString() {
121 return JSON.stringify(this.all())
122 }
123}
124
125/**

Callers 4

tagMethod · 0.80
untagMethod · 0.80

Calls 1

allMethod · 0.95

Tested by

no test coverage detected