MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Value

Method Value

cmd/cql/internal/console.go:99–101  ·  view source on GitHub ↗

Value satisfies the Valuer interface.

()

Source from the content-addressed store, hash-verified

97
98// Value satisfies the Valuer interface.
99func (t SqTime) Value() (driver.Value, error) {
100 return t.Time, nil
101}
102
103// Scan satisfies the Scanner interface.
104func (t *SqTime) Scan(v interface{}) error {

Callers 11

sendQueryMethod · 0.80
GetReceiptFunction · 0.80
NewChainWithContextFunction · 0.80
ReadMethod · 0.80
saveTxMethod · 0.80
bpGetBlockListFunction · 0.80
bpGetBlockByHeightFunction · 0.80
bpGetBlockByHashFunction · 0.80
bpGetTransactionListFunction · 0.80
bpGetTransactionByHashFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected