(s: TransparentState)
| 4 | export interface TransparentState extends ModeState {} |
| 5 | |
| 6 | export const getSpec = (s: TransparentState): string => { |
| 7 | return includeListenAddress("transparent", s); |
| 8 | }; |
| 9 | |
| 10 | export const parseRaw = ({ |
| 11 | listen_host, |
no test coverage detected
searching dependent graphs…