MCPcopy Index your code
hub / github.com/Lemoncode/fonk / parseMessageWithCustomArgs

Function parseMessageWithCustomArgs

src/validators/validators.helpers.ts:19–24  ·  view source on GitHub ↗
(
  message: string,
  customArgs: any
)

Source from the content-addressed store, hash-verified

17};
18
19export const parseMessageWithCustomArgs = (
20 message: string,
21 customArgs: any
22): string => {
23 return message ? parseMessage(message, customArgs) : '';
24};

Callers 9

validatorFunction · 0.90
validatorFunction · 0.90
validatorFunction · 0.90
validatorFunction · 0.90
ibanValidatorFunction · 0.85
ibanValidatorFunction · 0.85
ibanValidatorFunction · 0.85
ibanValidatorFunction · 0.85

Calls 1

parseMessageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…