We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7741972 commit 7db1bdbCopy full SHA for 7db1bdb
core/stats.go
@@ -134,6 +134,11 @@ func (c *StatsConnection) disconnectClient() {
134
}
135
136
137
+// Public wrapper for updating stats from patters
138
+func (c *StatsConnection) UpdateStats(statDir **adapter.StatDir, patterns ...string) error {
139
+ return c.updateStats(statDir, patterns...)
140
+}
141
+
142
func (c *StatsConnection) updateStats(statDir **adapter.StatDir, patterns ...string) error {
143
if statDir == nil {
144
panic("statDir must not nil")
0 commit comments