MCPcopy
hub / github.com/nestjs/nest / set

Function set

packages/microservices/test/server/server-grpc.spec.ts:976–976  ·  packages/microservices/test/server/server-grpc.spec.ts::set
()

Source from the content-addressed store, hash-verified

974
975 it(`should add handler`, () => {
976 sinon.stub(server as any, class="st">'messageHandlers').value({ set() {} });
977
978 const messageHandlersSetSpy = sinon.spy(
979 untypedServer.messageHandlers,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected