MCPcopy Index your code
hub / github.com/foxcpp/maddy / SetKey

Method SetKey

internal/table/sql_table.go:171–173  ·  view source on GitHub ↗
(k, v string)

Source from the content-addressed store, hash-verified

169}
170
171func (s *SQLTable) SetKey(k, v string) error {
172 return s.wrapped.SetKey(k, v)
173}
174
175func init() {
176 modules.Register("table.sql_table", NewSQLTable)

Callers

nothing calls this directly

Calls 1

SetKeyMethod · 0.65

Tested by

no test coverage detected