Documentation ¶
Index ¶
- func EqualKeySets(m map[string]interface{}, inputKeys []string) bool
- func Intersects(m map[string]interface{}, inputM map[string]interface{}) bool
- func KeyIntersects(m map[string]interface{}, inputKeys []string) bool
- func ReadMetadataBytes(ctx context.Context, root ipld.Node, ds ipld.DAGService, meta bool) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualKeySets ¶
EqualKeySets returns true if the key set of the given `m` equals the given key string array `inputKeys`.
func Intersects ¶
Intersects returns true if the given two maps intersect.
func KeyIntersects ¶
KeyIntersects returns true if the key set of the given `m` and the string array `inputKeys` intersects.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.