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

Method GetRoot

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

Source from the content-addressed store, hash-verified

372}
373
374func (m *Document) GetRoot() *Field {
375 if m != nil {
376 return m.Root
377 }
378 return nil
379}
380
381// DocumentInfo provides metadata about an document.
382type DocumentInfo struct {

Callers 3

GetFieldFromDocumentFunction · 0.80
getObjectFromDocFunction · 0.80
ParameterFieldsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected