Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ Start
Method
Start
internal/table/sql_table.go:149–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
}
148
149
func
(s *SQLTable) Start() error {
return
s.wrapped.Start() }
150
151
func
(s *SQLTable) Stop() error {
152
return
s.wrapped.Stop()
Callers
nothing calls this directly
Calls
1
Start
Method · 0.65
Tested by
no test coverage detected