MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / profile

Function profile

apps/web/src/lib/user/server.ts:558–570  ·  view source on GitHub ↗
(profile)

Source from the content-addressed store, hash-verified

556 affiliateTouchPresent: Boolean(affiliateTouch),
557 referralTouchPresent: false,
558 affiliateTrackingIdPresent: Boolean(cookieTrackingId?.trim()),
559 cookieTrackingIdLength: cookieTrackingId?.length ?? 0,
560 });
561
562 return {
563 affiliateTrackingId: cookieTrackingId,
564 trackingContext: {
565 affiliateTouch,
566 referralTouch: null,
567 locale: localeFromHeaders(requestHeaders),
568 countryCode: countryCodeFromHeaders(requestHeaders),
569 },
570 };
571}
572
573type ExtendedProfile = Profile & {

Callers

nothing calls this directly

Calls 1

parseLinkedInProfileNameFunction · 0.85

Tested by

no test coverage detected