MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / Anonymitifier

Struct Anonymitifier

ast/ast.go:66–68  ·  view source on GitHub ↗

Anonymitifier - Represent Token with string value that is equal to simple value that is put into columns

Source from the content-addressed store, hash-verified

64
65// Anonymitifier - Represent Token with string value that is equal to simple value that is put into columns
66type Anonymitifier struct {
67 Token token.Token // the token.IDENT token
68}
69
70func (ls Anonymitifier) IsIdentifier() bool { return false }
71func (ls Anonymitifier) GetToken() token.Token { return ls.Token }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected