Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
281
func
deleteStorageGroups(sgs ...string) {
282
checkError(session.DeleteStorageGroups(sgs...))
283
}
284
285
func
createTimeseries(path string) {
286
var
(
Callers
1
main
Function · 0.70
Calls
2
checkError
Function · 0.70
DeleteStorageGroups
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…