MCPcopy
hub / github.com/pezzolabs/pezzo / assign

Method assign

apps/server/src/app/logger/pino-logger.ts:24–27  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

22 }
23
24 assign(obj: object) {
25 const child = this.logger.child(obj);
26 return this.setLogger(child);
27 }
28
29 info<T extends object>(obj: T, msg?: string): void;
30 info(msg: string): void;

Callers 15

emailPasswordSignInFunction · 0.80
emailPasswordSignUpFunction · 0.80
handleAuthCallbackFunction · 0.80
retrieveCachedRequestMethod · 0.80
saveRequestToCacheMethod · 0.80
reportRequestMethod · 0.80
publishPromptMethod · 0.80
providerApiKeysMethod · 0.80
updateProviderApiKeyMethod · 0.80
constructorMethod · 0.80
authorizeBearerTokenMethod · 0.80
authorizeApiKeyMethod · 0.80

Calls 1

setLoggerMethod · 0.95

Tested by

no test coverage detected