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

Function setStorageGroup

example/session_example.go:273–275  ·  view source on GitHub ↗
(sg string)

Source from the content-addressed store, hash-verified

271}
272
273func setStorageGroup(sg string) {
274 checkError(session.SetStorageGroup(sg))
275}
276
277func deleteStorageGroup(sg string) {
278 checkError(session.DeleteStorageGroup(sg))

Callers 1

mainFunction · 0.70

Calls 2

checkErrorFunction · 0.70
SetStorageGroupMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…