MCPcopy Create free account
hub / github.com/factorapp/factor / Create

Method Create

examples/models/todo_server.go:18–21  ·  view source on GitHub ↗
(req CreateTodoReq, res *CreateTodoRes)

Source from the content-addressed store, hash-verified

16}
17
18func (srv *TodoServer) Create(req CreateTodoReq, res *CreateTodoRes) error {
19 // TODO
20 return nil
21}
22
23func (srv *TodoServer) Get(req GetTodoReq, res *GetTodoRes) error {
24 // TODO

Callers 4

ProcessAllFunction · 0.80
ProcessAllFunction · 0.80
writeTemplateFunction · 0.80
ProcessAllFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected