Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
159
func
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
TestFileValueSource
Function · 0.85
Files
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestFileValueSource
Function · 0.68