MCPcopy Create free account
hub / github.com/TanStack/db / compareOptions

Method compareOptions

packages/db/src/collection/index.ts:644–647  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

642 }
643
644 get compareOptions(): StringCollationConfig {
645 // return a copy such that no one can mutate the internal comparison object
646 return { ...this.comparisonOpts }
647 }
648
649 /**
650 * Inserts one or more items into the collection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected