(profile: RawProfile)
| 983 | } |
| 984 | |
| 985 | function cloneProfile(profile: RawProfile): RawProfile { |
| 986 | return { ...profile }; |
| 987 | } |
| 988 | |
| 989 | function cloneRelayAgent(agent: RawRelayAgent): RawRelayAgent { |
| 990 | return { |
no outgoing calls
no test coverage detected