MCPcopy Create free account
hub / github.com/exercism/cli / newSubmitCmdContext

Function newSubmitCmdContext

cmd/submit.go:149–155  ·  view source on GitHub ↗
(usrCfg *viper.Viper, flags *pflag.FlagSet)

Source from the content-addressed store, hash-verified

147}
148
149func newSubmitCmdContext(usrCfg *viper.Viper, flags *pflag.FlagSet) *submitCmdContext {
150 return &submitCmdContext{
151 usrCfg: usrCfg,
152 flags: flags,
153 validator: submitValidator{usrCfg: usrCfg},
154 }
155}
156
157// evaluatedSymlinks returns the submit paths with evaluated symlinks.
158func (s *submitCmdContext) evaluatedSymlinks(submitPaths []string) ([]string, error) {

Callers 1

runSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected