MCPcopy
hub / github.com/redspread/spread / Path

Method Path

pkg/input/dir/input.go:58–60  ·  view source on GitHub ↗

Path returns the location the fileInput was created

()

Source from the content-addressed store, hash-verified

56
57// Path returns the location the fileInput was created
58func (d FileInput) Path() string {
59 return string(d.FileSource)
60}
61
62func (d *FileInput) base() (entity.Entity, error) {
63 objects, err := d.Objects()

Callers 3

checkProjectFunction · 0.80
TestInputPodFunction · 0.80
TestInputRCAndPodFunction · 0.80

Calls

no outgoing calls

Tested by 3

checkProjectFunction · 0.64
TestInputPodFunction · 0.64
TestInputRCAndPodFunction · 0.64