MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / SrcFunction

Struct SrcFunction

bitmap/pb.pb.go:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429type 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
435func (m *SrcFunction) Reset() { *m = SrcFunction{} }
436func (m *SrcFunction) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected