MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / deleteStorageGroups

Function deleteStorageGroups

example/session_example.go:281–283  ·  view source on GitHub ↗
(sgs ...string)

Source from the content-addressed store, hash-verified

279}
280
281func deleteStorageGroups(sgs ...string) {
282 checkError(session.DeleteStorageGroups(sgs...))
283}
284
285func createTimeseries(path string) {
286 var (

Callers 1

mainFunction · 0.70

Calls 2

checkErrorFunction · 0.70
DeleteStorageGroupsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…