MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / getEntries

Function getEntries

app/src/utils/utils.ts:25–25  ·  view source on GitHub ↗
(obj: T)

Source from the content-addressed store, hash-verified

23};
24
25export const getEntries = <T extends object>(obj: T) => Object.entries(obj) as Entries<T>;
26
27export function passThroughNulls<T extends (arg: any) => any>(
28 func: T,

Callers 1

FineTuneButton.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected