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

Function applyStyles

apps/ui/src/flexbox/flexbox-css-page.ts:16–20  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

14}
15
16export function applyStyles(args) {
17 resetStyles(args);
18 // console.log(args.object.tag);
19 args.object.page.addCss(args.object.tag);
20}

Callers

nothing calls this directly

Calls 2

resetStylesFunction · 0.70
addCssMethod · 0.45

Tested by

no test coverage detected