Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
emailPasswordSignIn
Function · 0.80
emailPasswordSignUp
Function · 0.80
handleAuthCallback
Function · 0.80
retrieveCachedRequest
Method · 0.80
saveRequestToCache
Method · 0.80
reportRequest
Method · 0.80
publishPrompt
Method · 0.80
providerApiKeys
Method · 0.80
updateProviderApiKey
Method · 0.80
constructor
Method · 0.80
authorizeBearerToken
Method · 0.80
authorizeApiKey
Method · 0.80
Calls
1
setLogger
Method · 0.95
Tested by
no test coverage detected