Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ GetIdentifier
Method
GetIdentifier
backend/plugin/parser/base/json_path.go:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
type
SelectorNode
interface
{
18
toString() string
19
GetIdentifier() string
20
SetNext(SelectorNode)
21
GetNext() SelectorNode
22
}
Callers
3
mergeSelectors
Function · 0.65
getFirstSemanticTypeInPath
Function · 0.65
getObjectSchemaByPath
Function · 0.65
Implementers
2
ItemSelector
backend/plugin/parser/base/json_path.g
ArraySelector
backend/plugin/parser/base/json_path.g
Calls
no outgoing calls
Tested by
no test coverage detected