MCPcopy Index your code
hub / github.com/simstudioai/sim / search_subreddits.ts

File search_subreddits.ts

apps/sim/tools/reddit/search_subreddits.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { validateEnum } from '@/lib/core/security/input-validation'
2import type { ToolConfig, ToolResponse } from '@/tools/types'
3
4const ALLOWED_SORT_OPTIONS = ['relevance', 'activity'] as const

Callers

nothing calls this directly

Calls 2

validateEnumFunction · 0.90
toStringMethod · 0.45

Tested by

no test coverage detected