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

Function LoadStruct

search/struct.go:242–244  ·  view source on GitHub ↗

LoadStruct loads the fields from f to dst. dst must be a struct pointer.

(dst interface{}, f []Field)

Source from the content-addressed store, hash-verified

240
241// LoadStruct loads the fields from f to dst. dst must be a struct pointer.
242func LoadStruct(dst interface{}, f []Field) error {
243 return loadStructWithMeta(dst, f, nil)
244}
245
246// SaveStruct returns the fields from src as a slice of Field.
247// src must be a struct pointer.

Callers

nothing calls this directly

Calls 1

loadStructWithMetaFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…