MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Get

Method Get

postgres/parser/sem/tree/annotation.go:66–68  ·  view source on GitHub ↗

Get an annotation from the container.

(idx AnnotationIdx)

Source from the content-addressed store, hash-verified

64
65// Get an annotation from the container.
66func (a *Annotations) Get(idx AnnotationIdx) interface{} {
67 return (*a)[idx-1]
68}

Callers 2

NewFmtCtxExFunction · 0.45
GetAnnotationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected