Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ testMsvc
Method
testMsvc
integration/scopes/src/msvc/http.controller.ts:7–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
export
class
HttpController {
6
@Get(
'hello'
)
7
testMsvc() {
8
const
client = ClientProxyFactory.create({
9
transport: Transport.TCP,
10
});
11
return
client.send(
'test'
, { test: true });
12
}
13
}
Callers
nothing calls this directly
Calls
2
create
Method · 0.65
send
Method · 0.45
Tested by
no test coverage detected