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

Struct Function

bitmap/pb.pb.go:3101–3105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3099}
3100
3101type Function struct {
3102 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
3103 Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
3104 Args []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
3105}
3106
3107func (m *Function) Reset() { *m = Function{} }
3108func (m *Function) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected