MCPcopy
hub / github.com/benbjohnson/wtf / FindDials

Method FindDials

dial.go:92–92  ·  view source on GitHub ↗

Retrieves a list of dials based on a filter. Only returns dials that the user owns or is a member of. Also returns a count of total matching dials which may different from the number of returned dials if the "Limit" field is set.

(ctx context.Context, filter DialFilter)

Source from the content-addressed store, hash-verified

90 // dials which may different from the number of returned dials if the
91 // "Limit" field is set.
92 FindDials(ctx context.Context, filter DialFilter) ([]*Dial, int, error)
93
94 // Creates a new dial and assigns the current user as the owner.
95 // The owner will automatically be added as a member of the new dial.

Callers 5

RunMethod · 0.95
handleDialIndexMethod · 0.65
handleIndexMethod · 0.65

Implementers 3

DialServicehttp/dial.go
DialServicemock/dial.go
DialServicesqlite/dial.go

Calls

no outgoing calls

Tested by

no test coverage detected