MCPcopy Index your code
hub / github.com/redspread/spread / GetItems

Method GetItems

pkg/spreadproto/object.pb.go:309–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307func (*Array) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
308
309func (m *Array) GetItems() []*Field {
310 if m != nil {
311 return m.Items
312 }
313 return nil
314}
315
316// A SRI represents a parsed Spread Resource Identifier (SRI), a globally unique address for a document or field stored within a repository.
317type SRI struct {

Callers 6

AddParameterFieldsFunction · 0.45
MapFromObjectFunction · 0.45
FieldValueEqualsFunction · 0.45
getFromArrayFieldFunction · 0.45
getFromMapFieldFunction · 0.45
decodeFieldFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected