MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / omit

Function omit

src/scripts/measure-navigation.ts:64–68  ·  view source on GitHub ↗
(obj: any, omitKeys: string[])

Source from the content-addressed store, hash-verified

62}
63
64const omit = (obj: any, omitKeys: string[]) => {
65 const newObj = { ...obj };
66 omitKeys.forEach((key) => delete newObj[key]);
67 return newObj;
68};
69
70function getInp(report: LH.FlowResult) {
71 const inpAudit =

Callers 1

getTableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected