MCPcopy Index your code
hub / github.com/devspace-sh/devspace / componentChart091Tgz

Function componentChart091Tgz

assets/assets.go:131–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131func componentChart091Tgz() (*asset, error) {
132 bytes, err := componentChart091TgzBytes()
133 if err != nil {
134 return nil, err
135 }
136
137 info := bindataFileInfo{name: "component-chart-0.9.1.tgz", size: 5089, mode: os.FileMode(420), modTime: time.Unix(1776879067, 0)}
138 a := &asset{bytes: bytes, info: info}
139 return a, nil
140}
141
142// Asset loads and returns the asset for the given name.
143// It returns an error if the asset could not be found or

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected