MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / getZipcodesMapboxFormatted

Function getZipcodesMapboxFormatted

client/censusGPT/src/utils/utils.js:8–10  ·  view source on GitHub ↗
(zips)

Source from the content-addressed store, hash-verified

6 * @returns {string[]} – The formatted zipcodes
7 */
8export const getZipcodesMapboxFormatted = (zips) => {
9 return zips.map((x) => '<at><openparen>' + x['zipcode'] + '<closeparen>')
10}
11
12/**
13 * Gets the zipcode's latitude longitude from the query search results

Callers 2

executeSqlFunction · 0.90
fetchBackendFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected