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

Function NewSQL

internal/table/sql_query.go:52–57  ·  view source on GitHub ↗
(_ *container.C, modName, instName string)

Source from the content-addressed store, hash-verified

50}
51
52func NewSQL(_ *container.C, modName, instName string) (module.Module, error) {
53 return &SQL{
54 modName: modName,
55 instName: instName,
56 }, nil
57}
58
59func (s *SQL) Name() string {
60 return s.modName

Callers 1

TestSQLFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSQLFunction · 0.68