MCPcopy Create free account
hub / github.com/carbonplan/maps / getSelectorHash

Function getSelectorHash

src/utils.js:455–457  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

453}
454
455export const getSelectorHash = (selector) => {
456 return JSON.stringify(selector)
457}
458
459export const getChunks = (
460 selector,

Callers 3

TilesFunction · 0.90
populateBuffersSyncMethod · 0.90
hasPopulatedBufferMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected