MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / _NodeAgent_Session_Handler

Function _NodeAgent_Session_Handler

internal/pb/nodev1/node_grpc.pb.go:98–100  ·  view source on GitHub ↗
(srv interface{}, stream grpc.ServerStream)

Source from the content-addressed store, hash-verified

96}
97
98func _NodeAgent_Session_Handler(srv interface{}, stream grpc.ServerStream) error {
99 return srv.(NodeAgentServer).Session(&grpc.GenericServerStream[NodeMessage, ServerMessage]{ServerStream: stream})
100}
101
102// This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
103type NodeAgent_SessionServer = grpc.BidiStreamingServer[NodeMessage, ServerMessage]

Callers

nothing calls this directly

Calls 1

SessionMethod · 0.65

Tested by

no test coverage detected