MCPcopy
hub / github.com/treeverse/dvc / run

Method run

dvc/commands/daemon.py:34–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33class CmdDaemonAnalytics(CmdDaemonBase):
34 def run(self):
35 from dvc import analytics
36
37 logger.info("Sending analytics")
38 analytics.send(self.args.target)
39
40 return 0
41
42
43def add_parser(subparsers, parent_parser):

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected