Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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));
35
let
stringHandler =
36
(handler) =>
37
({ object }) =>
38
handler(object.text);
39
let
booleanHandler =
40
(handler) =>
41
({ object }) =>
Callers
1
flexbox-page.ts
File · 0.85
Calls
1
handler
Function · 0.50
Tested by
no test coverage detected