MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / isOpenclawLegacyHTTPVersion

Function isOpenclawLegacyHTTPVersion

agent/app/service/agents_utils.go:387–389  ·  view source on GitHub ↗
(version string)

Source from the content-addressed store, hash-verified

385}
386
387func isOpenclawLegacyHTTPVersion(version string) bool {
388 return !common.CompareAppVersion(version, openclawHTTPSVersion)
389}
390
391func isOpenclawHTTPSWindowVersion(version string) bool {
392 return common.CompareAppVersion(version, openclawHTTPSVersion) && !common.CompareAppVersion(version, openclawHTTPVersion)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected