MCPcopy Create free account
hub / github.com/chhoumann/quickadd / stripLeadingPipe

Function stripLeadingPipe

src/utils/pipeSyntax.ts:6–9  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

4}
5
6export function stripLeadingPipe(input: string): string {
7 if (!input.startsWith("|")) return input;
8 return input.slice(1);
9}
10
11export function parsePipeKeyValue(
12 part: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected