MCPcopy Create free account
hub / github.com/LanceLRQ/deer-executor / Print

Method Print

client/message.go:19–21  ·  view source on GitHub ↗

Print print log to stdout

(formated bool)

Source from the content-addressed store, hash-verified

17
18// Print print log to stdout
19func (ccm CliCommonMessage) Print(formated bool) {
20 fmt.Println(ccm.ToJSON(formated))
21}
22
23// ToJSON convert log record to json
24func (ccm CliCommonMessage) ToJSON(formated bool) string {

Callers 4

RunTestCaseGeneratorFunction · 0.80
runJudgeBenchmarkFunction · 0.80
UserRunJudgeFunction · 0.80
SaveConfigurationMethod · 0.80

Calls 1

ToJSONMethod · 0.95

Tested by

no test coverage detected