MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / token

Struct token

cli/pkg/ssh_config/token.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import "fmt"
9
10type token struct {
11 Position
12 typ tokenType
13 val string
14}
15
16func (t token) String() string {
17 switch t.typ {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected