MCPcopy
hub / github.com/carvel-dev/ytt / RelativePath

Method RelativePath

pkg/files/sources.go:135–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133
134func (s *CachedSource) Description() string { return s.src.Description() }
135func (s *CachedSource) RelativePath() (string, error) { return s.src.RelativePath() }
136
137func (s *CachedSource) Bytes() ([]byte, error) {
138 if s.bytesFetched {

Callers

nothing calls this directly

Calls 1

RelativePathMethod · 0.65

Tested by

no test coverage detected