Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ Validate
Method
Validate
rpc/jsonrpc/middleware.go:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
// Validator is designed for params checking.
13
type
Validator
interface
{
14
Validate() error
15
}
16
17
// middleware: unmarshal req.Params(JSON array) to pre-defined structures (Object).
Callers
2
LoadConfig
Function · 0.65
processParams
Function · 0.65
Implementers
4
Config
cmd/cql-proxy/config/proxy.go
bpGetBlockListParams
api/blocks.go
bpGetTransactionListParams
api/transactions.go
bpGetTransactionListOfBlockParams
api/transactions.go
Calls
no outgoing calls
Tested by
no test coverage detected