Documentation
¶
Index ¶
- Constants
- type Index
- func (index *Index) AddDigest(probeId ids.ProbeIdWithObjectId, loc Loc) (err error)
- func (index *Index) Flush() (err error)
- func (index *Index) GetHashType() markl.FormatHash
- func (index *Index) PrintAll(env env_ui.Env) (err error)
- func (index *Index) ReadMany(originalId domain_interfaces.MarklId, locations *[]Loc) (err error)
- func (index *Index) ReadOne(originalId domain_interfaces.MarklId) (loc Loc, err error)
- func (index *Index) Reset() (err error)
- type Loc
Constants ¶
View Source
const ( DigitWidth = 1 PageCount = 1 << (DigitWidth * 4) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
func MakeNoDuplicates ¶
func MakePermitDuplicates ¶
func (*Index) AddDigest ¶
func (index *Index) AddDigest( probeId ids.ProbeIdWithObjectId, loc Loc, ) (err error)
func (*Index) GetHashType ¶
func (index *Index) GetHashType() markl.FormatHash
func (*Index) ReadMany ¶
func (index *Index) ReadMany( originalId domain_interfaces.MarklId, locations *[]Loc, ) (err error)
type Loc ¶
Source Files
¶
- loc.go
- main.go
- page.go
- page_flush.go
- row.go
- search.go
Click to show internal directories.
Click to hide internal directories.