MCPcopy Create free account
hub / github.com/async-labs/async / MongoStore

Function MongoStore

api/server/passwordless-token.ts:50–54  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

48);
49
50function MongoStore(options = {}) {
51 TokenStore.call(this);
52
53 this._options = options || {};
54}
55
56util.inherits(MongoStore, TokenStore);
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected