Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ ResetLearnTime
Method
ResetLearnTime
spell/spell.go:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
func
(sp *SpellData) ResetLearnTime() {
66
sp.learnTime = time.Time{}
67
}
68
69
// OpenUser opens user dictionary of words
70
func
(sp *SpellData) OpenUser() error {
Callers
2
NewSpell
Function · 0.95
SaveUser
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected