models/bpemodel/wordcache.go
TODO found Open
Open
// TODO: to be implemented...
- Exclude checks
TODO found Open
Open
// TODO: to be implemented...
- Exclude checks
TODO found Open
Open
// TODO: to be implemented...
- Exclude checks
exported type WordCache should have comment or be unexported Open
Open
type WordCache struct {
- Exclude checks
exported method WordCache.Get should have comment or be unexported Open
Open
func (c *WordCache) Get(key string) *Word {
- Exclude checks
exported method WordCache.Set should have comment or be unexported Open
Open
func (c *WordCache) Set(key string, values *Word) {
- Exclude checks
exported method WordCache.GetValues should have comment or be unexported Open
Open
func (c *WordCache) GetValues(keys []string) []*Word {
- Exclude checks
exported method WordCache.SetValues should have comment or be unexported Open
Open
func (c *WordCache) SetValues(keys []string, values []*Word) {
- Exclude checks