MCPcopy Create free account
hub / github.com/middleapi/orpc / setBindings

Method setBindings

packages/pino/src/handler-plugin.test.ts:40–44  ·  view source on GitHub ↗
(bindings: any)

Source from the content-addressed store, hash-verified

38 }
39
40 setBindings(bindings: any) {
41 expect(this.childDeep).toBeGreaterThan(0) // Ensure child logger is used
42 globalSpies.setBindings(bindings)
43 this._bindings = { ...this._bindings, ...bindings }
44 }
45
46 bindings() {
47 return this._bindings

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected