MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / stringHandler

Function stringHandler

apps/ui/src/flexbox/flexbox-page.ts:36–38  ·  view source on GitHub ↗
(handler)

Source from the content-addressed store, hash-verified

34 handler(parseInt(object.text));
35let stringHandler =
36 (handler) =>
37 ({ object }) =>
38 handler(object.text);
39let booleanHandler =
40 (handler) =>
41 ({ object }) =>

Callers 1

flexbox-page.tsFile · 0.85

Calls 1

handlerFunction · 0.50

Tested by

no test coverage detected