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

14 lines
258 B
Plaintext

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