MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / getTussTerms

Function getTussTerms

services/tuss/index.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import tussTerms from './tussTerms.json';
3
4export function getTussTerms() {
5 return Array.isArray(tussTerms) ? tussTerms : [];
6}
7
8function normalize(str) {
9 return removeSpecialChars(String(str || ''));

Callers 4

TussSearchFunction · 0.90
searchTussFunction · 0.85
findTussByCodeExactFunction · 0.85
searchTussAdvancedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected