Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chrislusf/glow
/ closeExternalOutputChans
Method
closeExternalOutputChans
flow/dataset_run.go:78–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
func
(d *Dataset) closeExternalOutputChans() {
79
for
_, ch :=
range
d.ExternalOutputChans {
80
ch.Close()
81
}
82
}
Callers
1
RunDatasetInStandAloneMode
Method · 0.95
Calls
1
Close
Method · 0.80
Tested by
no test coverage detected