(version string)
| 389 | } |
| 390 | |
| 391 | func isOpenclawHTTPSWindowVersion(version string) bool { |
| 392 | return common.CompareAppVersion(version, openclawHTTPSVersion) && !common.CompareAppVersion(version, openclawHTTPVersion) |
| 393 | } |
| 394 | |
| 395 | func isOpenclawCurrentHTTPVersion(version string) bool { |
| 396 | return common.CompareAppVersion(version, openclawHTTPVersion) |
no outgoing calls
no test coverage detected