init()
in
Sharing/ViewModels/ViewModel.swift [40:42]
3
lines of code
1
McCabe index (conditional complexity)
init(state: State = .loading) { self.state = state }