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