MCPcopy
hub / github.com/NVIDIA/aistore / nopExtractCreator

Struct nopExtractCreator

dsort/extract/noop.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15var _ Creator = (*nopExtractCreator)(nil)
16
17type nopExtractCreator struct {
18 internal Creator
19}
20
21func NopExtractCreator(internal Creator) Creator {
22 return &nopExtractCreator{internal: internal}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected