MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/core/loggingContentGenerator.ts:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 * A decorator that wraps a ContentGenerator to add logging to API calls.
47 */
48export class LoggingContentGenerator implements ContentGenerator {
49 constructor(
50 private readonly wrapped: ContentGenerator,
51 private readonly config: Config,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected