Files
check-ios-bus/Utilities/platform/2/templates/section-generated-pipe-ex-recent
Михаил Капелько d893364ff4 d
2023-12-28 13:33:48 +03:00

14 lines
285 B
Plaintext

ctrl.%PIPE%(
dbg: "%SHORT_SRC%",
sub: %SUB%,
%SRC%.eraseToAnyPublisher(),
{
$0.%NAME%.value = $1
$0.%NAME%.isRecent = true
},
{
$0.%NAME%.isRecent = false
$0.%EX_NAME% = $1
}
)