MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / toSlice

Method toSlice

pkg/gosqlx/extract.go:1042–1048  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1040}
1041
1042func (fc *functionCollector) toSlice() []string {
1043 result := make([]string, 0, len(fc.functions))
1044 for function := range fc.functions {
1045 result = append(result, function)
1046 }
1047 return result
1048}
1049
1050// ExtractMetadata extracts comprehensive metadata from an AST in a single call.
1051//

Callers 1

ExtractFunctionsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected