MCPcopy Create free account
hub / github.com/assetnote/hyoketsu / tableForSource

Function tableForSource

server/import.go:136–141  ·  view source on GitHub ↗
(source string)

Source from the content-addressed store, hash-verified

134}
135
136func tableForSource(source string) string {
137 if source == "maven" {
138 return "known_jars"
139 }
140 return "known_dlls"
141}
142
143func importFromJSONLDir(ctx context.Context, ch *CHStore, dir string) error {
144 files, err := filepath.Glob(filepath.Join(dir, "*.jsonl"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected