Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dav009/flash
/ functions
Functions
13 in github.com/dav009/flash
⨍
Functions
13
◇
Types & classes
4
↓ 4 callers
Method
IsKeyword
()
trie/trie.go:17
↓ 4 callers
Method
Retrieve
(c Character)
trie/trie.go:21
↓ 3 callers
Method
Add
(w string)
flash.go:79
↓ 3 callers
Function
isWordBoundarie
(c trie.Character)
flash.go:83
↓ 1 callers
Method
Extract
(sentence string)
flash.go:75
↓ 1 callers
Method
Index
(word Keyword)
trie/trie.go:28
↓ 1 callers
Method
IsCharIn
(c Character)
trie/trie.go:45
↓ 1 callers
Function
NewKeywords
()
flash.go:71
↓ 1 callers
Function
NewTrie
()
trie/trie.go:13
↓ 1 callers
Function
checkIfMatch
(t *trie.Trie, sentence string, idx int)
flash.go:87
↓ 1 callers
Function
extractKeywords
(t *trie.Trie, sentence string)
flash.go:5
↓ 1 callers
Function
searchLongest
(sentence string, idx int, t *trie.Trie)
flash.go:109
Function
TestDummy
(t *testing.T)
flash_test.go:7