Documentation ¶ Index ¶ type TrieNode func Trie(inStream []isa.Instruction, isa isa.ISA) *TrieNode func (t *TrieNode) DrawTrie(addressRepBase int) func (t *TrieNode) Find(target string, isa isa.ISA) (uint, error) func (t *TrieNode) Rop(target string, isa isa.ISA) ([]uint, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TrieNode ¶ type TrieNode struct { // contains filtered or unexported fields } Aho-Corasick Trie func Trie ¶ func Trie(inStream []isa.Instruction, isa isa.ISA) *TrieNode func (*TrieNode) DrawTrie ¶ func (t *TrieNode) DrawTrie(addressRepBase int) for testing func (*TrieNode) Find ¶ func (t *TrieNode) Find(target string, isa isa.ISA) (uint, error) func (*TrieNode) Rop ¶ func (t *TrieNode) Rop(target string, isa isa.ISA) ([]uint, error) Source Files ¶ View all Source files trie.go Click to show internal directories. Click to hide internal directories.