Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
func
(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
144
func
(f *Field) Dump() []byte {
145
if
f == nil {
Callers
nothing calls this directly
Calls
1
Parse
Method · 0.45
Tested by
no test coverage detected