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

Method boot

providers/session_provider.ts:82–84  ·  view source on GitHub ↗

* Adding edge tags (if edge is installed)

()

Source from the content-addressed store, hash-verified

80 * Adding edge tags (if edge is installed)
81 */
82 async boot() {
83 await this.registerEdgePlugin()
84 }
85}

Callers 6

configure.spec.tsFile · 0.80
session.spec.tsFile · 0.80
api_client.spec.tsFile · 0.80

Calls 1

registerEdgePluginMethod · 0.95

Tested by

no test coverage detected