Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Dohan committed May 23, 2024
1 parent db0ae4d commit eeb1cb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ interface CSStoreProperty<T> : CSProperty<T> {
fun set(store: CSStore, value: T)
var filter: ((T?) -> T?)?
fun getFiltered(store: CSStore): T?
// val isSaved get() = store.has(key)
val isSaved get() = store.has(key)
}

0 comments on commit eeb1cb1

Please sign in to comment.