MCPcopy 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

17type SelectorNode interface {
18 toString() string
19 GetIdentifier() string
20 SetNext(SelectorNode)
21 GetNext() SelectorNode
22}

Callers 3

mergeSelectorsFunction · 0.65
getObjectSchemaByPathFunction · 0.65

Implementers 2

ItemSelectorbackend/plugin/parser/base/json_path.g
ArraySelectorbackend/plugin/parser/base/json_path.g

Calls

no outgoing calls

Tested by

no test coverage detected