MCPcopy Create free account
hub / github.com/fnproject/fn / String

Method String

api/datastore/sql/postgres/postgres.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (postgresHelper) String() string {
47 return "postgres"
48}
49
50func (postgresHelper) IsDuplicateKeyError(err error) bool {
51 switch dbErr := err.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected