Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
export
const
getEntries = <T extends object>(obj: T) => Object.entries(obj) as Entries<T>;
26
27
export
function
passThroughNulls<T extends (arg: any) => any>(
28
func: T,
Callers
1
FineTuneButton.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected