Files
openclaw/apps/shared/OpenClawKit/Sources/OpenClawProtocol/WakeParamsCompatibility.swift
Peter Steinberger e01d1e85f3 ci(swift): enforce shared OpenClawKit dead-code coverage (#105770)
* ci(swift): enforce shared kit dead-code coverage

* chore(i18n): sync native source inventory

* ci(swift): install pinned iOS scan tools
2026-07-12 17:35:47 -07:00

10 lines
261 B
Swift

extension WakeParams {
// periphery:ignore - Shipped before sessionKey; remove only at a breaking protocol API window.
public init(
mode: AnyCodable,
text: String)
{
self.init(mode: mode, text: text, sessionkey: nil)
}
}