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

Function Bool

trie/slimtrie.go:141–143  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

139}
140
141func Bool(v bool) *bool {
142 return &v
143}
144
145func normalizeOpt(o *Opt) *Opt {
146 if o.DedupValue == nil {

Calls

no outgoing calls