MCPcopy Create free account
hub / github.com/clientdb/clientdb / arrayFirstComputed.ts

File arrayFirstComputed.ts

core/utils/arrayFirstComputed.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { computed } from "mobx";
2import { deepMemoize } from "./deepMap";
3
4export const createArrayFirstComputed = deepMemoize(function createArrayFirstComputed<T>(array: T[]) {

Callers

nothing calls this directly

Calls 1

deepMemoizeFunction · 0.90

Tested by

no test coverage detected