MCPcopy
hub / github.com/urfave/cli / File

Function File

value_source.go:159–161  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

157}
158
159func File(path string) ValueSource {
160 return &fileValueSource{Path: path}
161}
162
163// Files is a helper function to encapsulate a number of
164// fileValueSource together as a ValueSourceChain

Callers 2

TestFileValueSourceFunction · 0.85
FilesFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestFileValueSourceFunction · 0.68