| 427 | } |
| 428 | |
| 429 | type SrcFunction struct { |
| 430 | Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| 431 | Args []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` |
| 432 | IsCount bool `protobuf:"varint,4,opt,name=isCount,proto3" json:"isCount,omitempty"` |
| 433 | } |
| 434 | |
| 435 | func (m *SrcFunction) Reset() { *m = SrcFunction{} } |
| 436 | func (m *SrcFunction) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected