cover/Elixir.WalletJourney.Application.html| 1 | defmodule WalletJourney.Application do |
|
| 2 | @moduledoc false |
|
| 3 | use Application |
|
| 4 | |
|
| 5 | @impl true |
|
| 6 | def start(_type, _args) do |
|
| 7 | :-( |
children = [ |
| 8 | WalletJourney.JourneyStore |
|
| 9 | ] |
|
| 10 | |
|
| 11 | :-( |
opts = [strategy: :one_for_one, name: WalletJourney.Supervisor] |
| 12 | :-( |
Supervisor.start_link(children, opts) |
| 13 | end |
|
| 14 | end |
|
| Line | Hits | Source |
|---|