MCPcopy Create free account
hub / github.com/nsf/gocode / Reply_set

Struct Reply_set

rpc.go:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 Arg0, Arg1 string
119}
120type Reply_set struct {
121 Arg0 string
122}
123
124func (r *RPC) RPC_set(args *Args_set, reply *Reply_set) error {
125 reply.Arg0 = server_set(args.Arg0, args.Arg1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected