MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / style-scope.ts

File style-scope.ts

packages/core/ui/styling/style-scope.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { getNativeScriptGlobals } from '../../globals/global-utils';
2import { ViewBase } from '../core/view-base';
3import { View } from '../core/view';
4import { _evaluateCssVariableExpression, _evaluateCssCalcExpression, isCssVariable, isCssVariableExpression, isCssCalcExpression } from '../core/properties';

Callers

nothing calls this directly

Calls 15

getNativeScriptGlobalsFunction · 0.90
isCssVariableFunction · 0.90
profileFunction · 0.85
mergeCssSelectorsFunction · 0.85
mergeCssKeyframesFunction · 0.85
evaluateCssExpressionsFunction · 0.85
fromSourceMethod · 0.80
fromURIMethod · 0.80
hasLaunchedMethod · 0.80
getCssFileNameMethod · 0.80
forEachMethod · 0.80

Tested by

no test coverage detected