MCPcopy Create free account
hub / github.com/alibaba/open-code-review / Error

Method Error

cmd/opencodereview/compat_test.go:73–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71type configParseError struct{ msg string }
72
73func (e *configParseError) Error() string { return e.msg }
74
75// runSessionListCompat provides test compatibility for old-style runSessionList([]string{...}) calls.
76func runSessionListCompat(args []string) error {

Callers 15

TestWriter_DefaultFunction · 0.80
TestQuietFunction · 0.80
TestDefaultConfigFunction · 0.80
TestResolveEnvFunction · 0.80
TestLoadFromJSONFunction · 0.80
TestResolveConfigFunction · 0.80
TestGetMeterFunction · 0.80
TestInitConsoleProvidersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected