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

Method Set

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

Set an annotation in the container.

(idx AnnotationIdx, annotation interface{})

Source from the content-addressed store, hash-verified

59
60// Set an annotation in the container.
61func (a *Annotations) Set(idx AnnotationIdx, annotation interface{}) {
62 (*a)[idx-1] = annotation
63}
64
65// Get an annotation from the container.
66func (a *Annotations) Get(idx AnnotationIdx) interface{} {

Callers 7

runJWKSServerFunction · 0.45
UnmarshalYAMLMethod · 0.45
GetDSNFunction · 0.45
SetAnnotationMethod · 0.45
SearchCodeFunction · 0.45
DownloadFileFunction · 0.45
SetHeadersFunction · 0.45

Calls

no outgoing calls

Tested by 1

runJWKSServerFunction · 0.36