MCPcopy Create free account
hub / github.com/golang/appengine / SaveStruct

Function SaveStruct

search/struct.go:248–251  ·  view source on GitHub ↗

SaveStruct returns the fields from src as a slice of Field. src must be a struct pointer.

(src interface{})

Source from the content-addressed store, hash-verified

246// SaveStruct returns the fields from src as a slice of Field.
247// src must be a struct pointer.
248func SaveStruct(src interface{}) ([]Field, error) {
249 f, _, err := saveStructWithMeta(src)
250 return f, err
251}

Callers

nothing calls this directly

Calls 1

saveStructWithMetaFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…