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

Method toObject

src/values_store.ts:100–102  ·  view source on GitHub ↗

* Returns object representation of values * * @example * const obj = store.toObject()

()

Source from the content-addressed store, hash-verified

98 * const obj = store.toObject()
99 */
100 toObject() {
101 return this.all()
102 }
103
104 /**
105 * Returns the store values as JSON-serializable data

Callers 1

Calls 1

allMethod · 0.95

Tested by

no test coverage detected