MCPcopy Create free account
hub / github.com/FxEmbed/FxEmbed / twitterSearchQueryString

Function twitterSearchQueryString

src/realms/api/routes.ts:25–31  ·  view source on GitHub ↗
(openapiMeta: { description: string; example: string })

Source from the content-addressed store, hash-verified

23 raw.replace(/_/g, '').trim().length > 0;
24
25const twitterSearchQueryString = (openapiMeta: { description: string; example: string }) =>
26 z
27 .string()
28 .refine(twitterSearchQueryHasEffectiveContent, {
29 message: 'Search query must not be empty'
30 })
31 .openapi(openapiMeta);
32
33const aboutAccountQuery = z.object({
34 about_account: z.string().optional().openapi({

Callers 1

routes.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected