MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / removeEmptyCharacters

Function removeEmptyCharacters

lib/utils.ts:20–22  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

18}
19
20export function removeEmptyCharacters(text: string): string {
21 return text.replace("\u0000", "");
22}
23
24export async function exponentialRetryWrapper<Args extends Array<any>, Output>(
25 func: (...args: Args) => Promise<Output>,

Callers 1

getLLMResponseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected