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

Function QueryParam

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

Source from the content-addressed store, hash-verified

23 * @Throws InvalidArgumentException
24 */
25export function QueryParam(cb?: IParseHandler, data?: any)
26 : (target: any, propertyKey: string, parameterIndex: number) => void {
27 return AttributeMetadata.parse(
28 DataUtility.isUndefined(cb) ? toValue : cb, data, true);
29}
30
31/**
32 * Decorate on Action Parameters to transform values to Number

Callers 12

toBooleanQueryMethod · 0.85
toBooleanMethod · 0.85
toIntegerMethod · 0.85
toNumberMethod · 0.85
queryMethod · 0.85
userImgMethod · 0.85
addParseMethod · 0.85
attributes.spec.tsFile · 0.85
withQueryParamMethod · 0.85
withQueryParamParseMethod · 0.85
queryParamAndParseMethod · 0.85

Calls

no outgoing calls

Tested by 7

toBooleanQueryMethod · 0.68
toBooleanMethod · 0.68
toIntegerMethod · 0.68
toNumberMethod · 0.68
queryMethod · 0.68
userImgMethod · 0.68
addParseMethod · 0.68