Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Permify/permify
/ GetEngineType
Method
GetEngineType
pkg/database/postgres/mock.go:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
func
(m *MockPQDatabase) GetEngineType() string {
15
args := m.Called()
16
return
args.String(0)
17
}
18
19
func
(m *MockPQDatabase) Close() error {
20
args := m.Called()
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected