Get security prefix for cursor encryption
(err error)
| 29 | GetStaticVar(name string) (string, bool) // Get config-level variable |
| 30 | GetSecPrefix() string // Get security prefix for cursor encryption |
| 31 | SetError(err error) // Surface a render-time error |
| 32 | } |
| 33 | |
| 34 | // InlineChildRenderer is passed to dialects for rendering inline children |
no outgoing calls
no test coverage detected