Files
check-ios-bus/Utilities/_platform/2/templates/section-generated-pipe-recent
Михаил Капелько 49cee91239 d
2024-01-29 18:09:14 +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 }
)