MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / GetClient

Method GetClient

inventory/share.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (c *shareClient) GetClient() *ent.Client {
104 return c.client
105}
106
107func (c *shareClient) CountByTimeRange(ctx context.Context, start, end *time.Time) (int, error) {
108 if start == nil || end == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected