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

Function NewNodeAgentClient

internal/pb/nodev1/node_grpc.pb.go:39–41  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

37}
38
39func NewNodeAgentClient(cc grpc.ClientConnInterface) NodeAgentClient {
40 return &nodeAgentClient{cc}
41}
42
43func (c *nodeAgentClient) Session(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[NodeMessage, ServerMessage], error) {
44 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)

Callers 2

runSessionFunction · 0.92
startNodeMockFunction · 0.92

Calls

no outgoing calls

Tested by 1

startNodeMockFunction · 0.74