()
| 115 | } |
| 116 | |
| 117 | func IsBoringCrypto() bool { |
| 118 | return boringcrypto |
| 119 | } |
| 120 | |
| 121 | // ExternalURL returns a URL referencing the current Coder version. |
| 122 | // For production builds, this will link directly to a release. |
no outgoing calls
no test coverage detected