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

Method Error

server/auth/auth_handler.go:39–41  ·  view source on GitHub ↗

Error implements the sql.AuthorizationQueryState interface.

()

Source from the content-addressed store, hash-verified

37
38// Error implements the sql.AuthorizationQueryState interface.
39func (state AuthorizationQueryState) Error() error {
40 return state.err
41}
42
43// AuthorizationQueryStateImpl implements the sql.AuthorizationQueryState interface.
44func (state AuthorizationQueryState) AuthorizationQueryStateImpl() {}

Callers 15

StringMethod · 0.45
handleAuthenticationMethod · 0.45
AcceptMethod · 0.45
ComPrepareParsedMethod · 0.45
HandleConnectionMethod · 0.45
receiveMessageMethod · 0.45
queryMethod · 0.45
sendErrorMethod · 0.45
to_regtype.goFile · 0.45
TestIoInputSectionsFunction · 0.45
to_regclass.goFile · 0.45
bit.goFile · 0.45

Calls

no outgoing calls

Tested by 1

TestIoInputSectionsFunction · 0.36