Searched defs:SourceTree (Results 1 – 2 of 2) sorted by relevance
92 type SourceTree struct { struct93 state protoimpl.MessageState94 sizeCache protoimpl.SizeCache95 unknownFields protoimpl.UnknownFields97 Files []*SourceFile `protobuf:"bytes,1,rep,name=files" json:"files,omitempty"`100 func (x *SourceTree) Reset() {109 func (x *SourceTree) String() string {113 func (*SourceTree) ProtoMessage() {}115 func (x *SourceTree) ProtoReflect() protoreflect.Message {128 func (*SourceTree) Descriptor() ([]byte, []int) {[all …]
25 message SourceTree { message