Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/radondb/radon
/ Process
Method
Process
src/plugins/autoincrement/handler.go:27–27 ·
view source on GitHub ↗
(database string, ins *sqlparser.Insert)
Source
from the content-addressed store, hash-verified
25
type
AutoIncrementHandler
interface
{
26
Init() error
27
Process(database string, ins *sqlparser.Insert) error
28
Close() error
29
}
30
Callers
2
handleExplain
Method · 0.65
handleInsert
Method · 0.65
Implementers
1
AutoIncrement
src/plugins/autoincrement/autoincremen
Calls
no outgoing calls
Tested by
no test coverage detected