MCPcopy 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
65func (sp *SpellData) ResetLearnTime() {
66 sp.learnTime = time.Time{}
67}
68
69// OpenUser opens user dictionary of words
70func (sp *SpellData) OpenUser() error {

Callers 2

NewSpellFunction · 0.95
SaveUserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected