MCPcopy
hub / github.com/larksuite/cli / markdownValidationParamError

Function markdownValidationParamError

shortcuts/markdown/markdown_errors.go:16–18  ·  view source on GitHub ↗
(param, format string, args ...any)

Source from the content-addressed store, hash-verified

14}
15
16func markdownValidationParamError(param, format string, args ...any) *errs.ValidationError {
17 return markdownValidationError(format, args...).WithParam(param)
18}
19
20func markdownInvalidParam(name, reason string) errs.InvalidParam {
21 return errs.InvalidParam{Name: name, Reason: reason}

Callers 12

validateMarkdownSpecFunction · 0.85
validateMarkdownFileNameFunction · 0.85
markdownSourceSizeFunction · 0.85
markdown_fetch.goFile · 0.85
markdown_patch.goFile · 0.85
applyMarkdownPatchFunction · 0.85
validateMarkdownDiffSpecFunction · 0.85
readMarkdownLocalFileFunction · 0.85

Calls 2

markdownValidationErrorFunction · 0.85
WithParamMethod · 0.80

Tested by

no test coverage detected