MCPcopy Index your code
hub / github.com/ParallelTask/dinoloop / Parse

Function Parse

src/api/attributes.ts:16–19  ·  view source on GitHub ↗
(cb: IParseHandler, data?: any)

Source from the content-addressed store, hash-verified

14 * @Throws InvalidArgumentException
15 */
16export function Parse(cb: IParseHandler, data?: any)
17 : (target: any, propertyKey: string, parameterIndex: number) => void {
18 return AttributeMetadata.parse(cb, data, false);
19}
20
21/**
22 * Decorate on Action Parameters to validate and transform the query parameters

Callers 15

toBooleanMethod · 0.85
toIntegerMethod · 0.85
toNumberMethod · 0.85
userImgMethod · 0.85
addMethod · 0.85
addParseMethod · 0.85
handlerMethod · 0.85
handlerDataMethod · 0.85
modelHandlerMethod · 0.85
userImgMethod · 0.85
addParseMethod · 0.85
attributes.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by 11

toBooleanMethod · 0.68
toIntegerMethod · 0.68
toNumberMethod · 0.68
userImgMethod · 0.68
addMethod · 0.68
addParseMethod · 0.68
handlerMethod · 0.68
handlerDataMethod · 0.68
modelHandlerMethod · 0.68
userImgMethod · 0.68
addParseMethod · 0.68