MCPcopy
hub / github.com/NVIDIA/aistore / missingKeyValueError

Function missingKeyValueError

cmd/cli/commands/err_utils.go:104–106  ·  view source on GitHub ↗
(c *cli.Context)

Source from the content-addressed store, hash-verified

102}
103
104func missingKeyValueError(c *cli.Context) error {
105 return missingArgumentsError(c, "attribute key=value pairs")
106}
107
108func objectNameArgumentNotSupported(c *cli.Context, objectName string) error {
109 msg := fmt.Sprintf("object name %q argument not supported", objectName)

Callers 2

setCLIConfigHandlerFunction · 0.85
setNodeConfigHandlerFunction · 0.85

Calls 1

missingArgumentsErrorFunction · 0.70

Tested by

no test coverage detected