MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Parse

Method Parse

IceFireDB-SQLite/pkg/mysql/mysql/field.go:136–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136func (p FieldData) Parse() (f *Field, err error) {
137 f = new(Field)
138 if err = f.Parse(p); err != nil {
139 return nil, err
140 }
141 return f, nil
142}
143
144func (f *Field) Dump() []byte {
145 if f == nil {

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected