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

Method DisplayString

core/extensions/extensions.go:197–199  ·  view source on GitHub ↗

DisplayString returns the identifier as a human-readable string.

()

Source from the content-addressed store, hash-verified

195
196// DisplayString returns the identifier as a human-readable string.
197func (id LibraryIdentifier) DisplayString() string {
198 return fmt.Sprintf("%s--%s:%s", id.ExtensionName(), id.Version().String(), id.Platform())
199}

Callers

nothing calls this directly

Calls 4

ExtensionNameMethod · 0.95
VersionMethod · 0.95
PlatformMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected