MCPcopy
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
78func (d *Dataset) closeExternalOutputChans() {
79 for _, ch := range d.ExternalOutputChans {
80 ch.Close()
81 }
82}

Callers 1

Calls 1

CloseMethod · 0.80

Tested by

no test coverage detected