MCPcopy
hub / github.com/chrislusf/glow / DisplayName

Method DisplayName

flow/dataset_shard.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (s *DatasetShard) DisplayName() string {
42 return fmt.Sprintf("d%d_%d", s.Parent.Id, s.Id)
43}
44
45func (shard *DatasetShard) SetupReadingChans() {
46 // get unique list of tasks since ReadingTasks can have duplicates

Callers 3

connectExternalInputsMethod · 0.80
dMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected