Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
export
const
stripGeohashPrefixWildcard = (criterion: string): string => criterion.slice(0, -1)
Callers
2
isMatchingGenericTagCriterion
Function · 0.90
applyGenericTagCriteria
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected