Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
import
"fmt"
9
10
type
token
struct
{
11
Position
12
typ tokenType
13
val string
14
}
15
16
func
(t token) String() string {
17
switch
t.typ {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected