taggraph

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DepthTagMap

func DepthTagMap(entries []store.Entry) map[int]map[string]int

func FindBridges

func FindBridges(entries []store.Entry, depthA, depthB *int) []map[string]any

func Stats

func Stats(entries []store.Entry) map[string]any

func TagCounts

func TagCounts(entries []store.Entry) map[string]int

func Traverse

func Traverse(entries []store.Entry, startTag string, maxHops int) []map[string]any

Types

type Edge

type Edge struct {
	From  string `json:"from"`
	To    string `json:"to"`
	Count int    `json:"count"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL