Discover Packages
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza
fileconsumer
internal
trie
package
Version:
v0.86.0
Opens a new window with list of versions in this module.
Published: Sep 26, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
NewTrie allocates and returns a new *Trie.
Delete removes keys from the Trie. Returns true if node was found for the given key.
If the node or any of its ancestors
becomes childless as a result, it is removed from the trie.
Put inserts the key into the trie
Source Files
¶
Click to show internal directories.
Click to hide internal directories.