MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / header

Function header

packages/db/scripts/check-sessions.ts:50–55  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

48}
49
50function header(title: string) {
51 console.log('');
52 console.log('─'.repeat(70));
53 console.log(title);
54 console.log('─'.repeat(70));
55}
56
57async function inspectRedis(projects: string[]): Promise<{
58 total: number;

Callers 3

mainFunction · 0.85
VirtualizedSessionsTableFunction · 0.85
VirtualizedEventsTableFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected