Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
171
func
(s *SQLTable) SetKey(k, v string) error {
172
return
s.wrapped.SetKey(k, v)
173
}
174
175
func
init() {
176
modules.Register(
"table.sql_table"
, NewSQLTable)
Callers
nothing calls this directly
Calls
1
SetKey
Method · 0.65
Tested by
no test coverage detected