Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ release
Method
release
offset_manager.go:674–678 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
672
}
673
674
func
(pom *partitionOffsetManager) release() {
675
pom.releaseOnce.Do(
func
() {
676
close(pom.errors)
677
})
678
}
Callers
1
releasePOMs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected