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

Function BindBoolean

src/api/attributes.ts:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 * Decorate on Action Parameters to transform values to Boolean
41 */
42export function BindBoolean()
43 : (target: any, propertyKey: string, parameterIndex: number) => void {
44 return AttributeMetadata.parse(toBoolean, undefined, false);
45}
46
47/**
48 * Decorate on Action Parameters to transform values to Integer

Callers 3

bindBooleanMethod · 0.85
attributes.spec.tsFile · 0.85
bindBooleanMethod · 0.85

Calls

no outgoing calls

Tested by 1

bindBooleanMethod · 0.68