MCPcopy
hub / github.com/calcom/cal.diy / get

Function get

apps/web/lib/buildLegacyCtx.ts:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 // const { req, res } = ctx - valid
66 // res.anything - throw
67 get() {
68 throw new Error(
69 "You are trying to access the 'res' property of the context, which is not supported in app dir"
70 );
71 },
72 }),
73 } as unknown as GetServerSidePropsContext;
74};

Callers 5

safeGetFunction · 0.50
createTimezoneBuddyStoreFunction · 0.50
ProfileFormFunction · 0.50
createTestStoreFunction · 0.50

Calls

no outgoing calls

Tested by 1

createTestStoreFunction · 0.40