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

Function newSQLiteStorage

kayak/runtime_test.go:76–81  ·  view source on GitHub ↗
(dsn string)

Source from the content-addressed store, hash-verified

74}
75
76func newSQLiteStorage(dsn string) (s *sqliteStorage, err error) {
77 s = &sqliteStorage{}
78 s.st, err = storage.New(dsn)
79 s.dsn = dsn
80 return
81}
82
83func (s *sqliteStorage) EncodePayload(request interface{}) (data []byte, err error) {
84 var buf *bytes.Buffer

Callers 2

TestRuntimeFunction · 0.85
BenchmarkRuntimeFunction · 0.85

Calls 1

NewFunction · 0.92

Tested by

no test coverage detected