MCPcopy
hub / github.com/cheat/cheat / Path

Struct Path

internal/cheatpath/cheatpath.go:6–11  ·  view source on GitHub ↗

Path encapsulates cheatsheet path information

Source from the content-addressed store, hash-verified

4
5// Path encapsulates cheatsheet path information
6type Path struct {
7 Name string `yaml:"name"`
8 Path string `yaml:"path"`
9 ReadOnly bool `yaml:"readonly"`
10 Tags []string `yaml:"tags"`
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected