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

Method all

src/values_store.ts:90–92  ·  view source on GitHub ↗

* Gets all values from the store * * @example * const allData = store.all()

()

Source from the content-addressed store, hash-verified

88 * const allData = store.all()
89 */
90 all(): any {
91 return this.values
92 }
93
94 /**
95 * Returns object representation of values

Callers 3

toObjectMethod · 0.95
toJSONMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected