MCPcopy Index your code
hub / github.com/meetDeveloper/freeDictionaryAPI / fetchFromSource

Function fetchFromSource

modules/dictionary.js:179–183  ·  view source on GitHub ↗
(word, language)

Source from the content-addressed store, hash-verified

177}
178
179async function fetchFromSource (word, language) {
180 let dictionaryData = await queryInternet(word, language);
181
182 return dictionaryData;
183}
184
185async function findDefinitions (word, language, { include }) {
186 let dictionaryData = await fetchFromSource(word, language);

Callers 1

findDefinitionsFunction · 0.85

Calls 1

queryInternetFunction · 0.85

Tested by

no test coverage detected