Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LissaGreense/GO4SQL
/ IsIdentifier
Method
IsIdentifier
ast/ast.go:44–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
// GetToken - return token within Tifier
43
type
Tifier
interface
{
44
IsIdentifier() bool
45
GetToken() token.Token
46
}
47
Callers
3
validateContainExpression
Function · 0.65
validateConditionExpression
Function · 0.65
GetIdentifiers
Method · 0.65
Implementers
2
Identifier
ast/ast.go
Anonymitifier
ast/ast.go
Calls
no outgoing calls
Tested by
2
validateContainExpression
Function · 0.52
validateConditionExpression
Function · 0.52