MCPcopy 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
149func (s *SQLTable) Start() error { return s.wrapped.Start() }
150
151func (s *SQLTable) Stop() error {
152 return s.wrapped.Stop()

Callers

nothing calls this directly

Calls 1

StartMethod · 0.65

Tested by

no test coverage detected