MCPcopy Index your code
hub / github.com/cameri/nostream / stripGeohashPrefixWildcard

Function stripGeohashPrefixWildcard

src/utils/filter.ts:13–13  ·  view source on GitHub ↗
(criterion: string)

Source from the content-addressed store, hash-verified

11 isGeohashTagQuery(key) && criterion.endsWith('*')
12
13export const stripGeohashPrefixWildcard = (criterion: string): string => criterion.slice(0, -1)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected