« get me outta code hell

data: withFilteredList, withMappedList, withSortedList - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/data/fillMissingListItems.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-03 13:23:40 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-03 13:24:28 -0400
commitdb4698f9ce602227dc2c9aa79c409dd4ce508e7b (patch)
tree26838bdca100edb0b01b4007601c44c95cf8e9c2 /src/data/composite/data/fillMissingListItems.js
parent810acb84c379b76d3b8290bfd7d5971438999939 (diff)
data: withFilteredList, withMappedList, withSortedList
God bless thine soul, these are not unit tested.
Diffstat (limited to 'src/data/composite/data/fillMissingListItems.js')
-rw-r--r--src/data/composite/data/fillMissingListItems.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/data/composite/data/fillMissingListItems.js b/src/data/composite/data/fillMissingListItems.js
index c06eced..4f818a7 100644
--- a/src/data/composite/data/fillMissingListItems.js
+++ b/src/data/composite/data/fillMissingListItems.js
@@ -5,10 +5,9 @@
 //  - excludeFromList
 //
 // More list utilities:
-//  - withFlattenedList
-//  - withPropertyFromList
-//  - withPropertiesFromList
-//  - withUnflattenedList
+//  - withFilteredList, withMappedList, withSortedList
+//  - withFlattenedList, withUnflattenedList
+//  - withPropertyFromList, withPropertiesFromList
 //
 
 import {input, templateCompositeFrom} from '#composite';