MCPcopy Create free account
hub / github.com/anomalyco/console / Log

Interface Log

packages/core/src/log/lambda.ts:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface Log {
19 id: string;
20 timestamp: number;
21 message: string;
22}
23
24export function LambdaGrouper() {
25 const pending = new Map<string, InvocationNext>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected