MCPcopy Create free account
hub / github.com/belak/gitdir / String

Method String

context.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14type contextKey string
15
16func (c contextKey) String() string {
17 return "Context key: " + string(c)
18}
19
20const (
21 contextKeyConfig = contextKey("gitdir-config")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected