MCPcopy Create free account
hub / github.com/tkirda/jQuery-Autocomplete / formatGroup

Function formatGroup

src/format.ts:36–41  ·  view source on GitHub ↗
(_suggestion: Suggestion, category: string)

Source from the content-addressed store, hash-verified

34}
35
36export function formatGroup(_suggestion: Suggestion, category: string): string {
37 const div = document.createElement("div");
38 div.className = "autocomplete-group";
39 div.textContent = category;
40 return div.outerHTML;
41}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected