MCPcopy Create free account
hub / github.com/clientdb/clientdb / sortItems

Method sortItems

core/store.ts:52–52  ·  view source on GitHub ↗
(items: Entity<Data, View>[])

Source from the content-addressed store, hash-verified

50 // Will return all items in store, including ones not passing root filter
51 items: IObservableArray<Entity<Data, View>>;
52 sortItems(items: Entity<Data, View>[]): Entity<Data, View>[];
53 add(input: Entity<Data, View>): Entity<Data, View>;
54
55 definition: EntityDefinition<Data, View>;

Callers 1

createEntityQueryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected