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

Function isOpenclawHTTPSWindowVersion

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

Source from the content-addressed store, hash-verified

389}
390
391func isOpenclawHTTPSWindowVersion(version string) bool {
392 return common.CompareAppVersion(version, openclawHTTPSVersion) && !common.CompareAppVersion(version, openclawHTTPVersion)
393}
394
395func isOpenclawCurrentHTTPVersion(version string) bool {
396 return common.CompareAppVersion(version, openclawHTTPVersion)

Callers 4

setAgentWebUIParamsFunction · 0.70
buildAgentItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected