MCPcopy Create free account
hub / github.com/Monibuca/engine / Report

Method Report

summary.go:52–54  ·  view source on GitHub ↗

Report 上报数据

(slave *Summary)

Source from the content-addressed store, hash-verified

50type SummaryUtil Summary
51// Report 上报数据
52func (s *Summary) Report(slave *Summary) {
53 children.Set(slave.Address, slave)
54}
55
56func (s *SummaryUtil) MarshalJSON() ([]byte, error) {
57 return json.Marshal(s.collect())

Callers

nothing calls this directly

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected