MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / createFeedKey

Function createFeedKey

packages/typesense/src/utils/keys.ts:23–32  ·  view source on GitHub ↗
({
  keyWithSearchPermissions,
}: {
  keyWithSearchPermissions: string;
})

Source from the content-addressed store, hash-verified

21}
22
23export function createFeedKey({
24 keyWithSearchPermissions,
25}: {
26 keyWithSearchPermissions: string;
27}) {
28 return createKey({
29 keyWithSearchPermissions,
30 filter_by: `is_restrict:=false && is_public:=true`,
31 });
32}
33
34export function createUserKey({
35 keyWithSearchPermissions,

Callers

nothing calls this directly

Calls 1

createKeyFunction · 0.85

Tested by

no test coverage detected