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

Method ExtensionName

core/extensions/extensions.go:192–194  ·  view source on GitHub ↗

ExtensionName returns the extension referenced by this LibraryIdentifier.

()

Source from the content-addressed store, hash-verified

190
191// ExtensionName returns the extension referenced by this LibraryIdentifier.
192func (id LibraryIdentifier) ExtensionName() string {
193 return string(id[15:])
194}
195
196// DisplayString returns the identifier as a human-readable string.
197func (id LibraryIdentifier) DisplayString() string {

Callers 3

DisplayStringMethod · 0.95
GetExtensionFunctionFunction · 0.80
FindInvalidIdentifiersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected