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

Function typesenseRefreshApiKeys

packages/queue/src/tasks/typesense.ts:93–102  ·  view source on GitHub ↗
(_: any, helpers: JobHelpers)

Source from the content-addressed store, hash-verified

91};
92
93export const typesenseRefreshApiKeys = async (_: any, helpers: JobHelpers) => {
94 const keepAlive = new KeepAlive(helpers);
95 keepAlive.start();
96
97 try {
98 await refreshApiKeys();
99 } finally {
100 keepAlive.end();
101 }
102};
103
104export const typesenseOnChannelNameUpdate = async (
105 payload: any,

Callers

nothing calls this directly

Calls 3

startMethod · 0.95
endMethod · 0.95
refreshApiKeysFunction · 0.90

Tested by

no test coverage detected