MCPcopy
hub / github.com/openacid/slim / compatibleVersions

Method compatibleVersions

trie/slimtrie.go:170–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168}
169
170func (st *SlimTrie) compatibleVersions() []string {
171 return []string{
172 "==1.0.0", // before 0.5.8 it is "1.0.0" for historical reason.
173 "==0.5.8",
174 "==0.5.9",
175 "==0.5.10",
176 "==" + slimtrieVersion,
177 }
178}
179
180// NewSlimTrie create an SlimTrie.
181// Argument e implements a encode.Encoder to convert user data to serialized

Callers 1

UnmarshalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected