MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / getVariableSyntax

Function getVariableSyntax

packages/extension/utils/css.ts:775–777  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

773 variableSyntax instanceof Map ? variableSyntax : new Map(Object.entries(variableSyntax ?? {}))
774
775 function getVariableSyntax(name: string): string | undefined {
776 return variableSyntaxMap.get(normalizeCustomPropertyName(name.trim()))
777 }
778
779 function applyDisplayMode(value: string): string {
780 if (!displayMode || displayMode === 'reference') {

Callers 1

processValueFunction · 0.85

Calls 2

getMethod · 0.80

Tested by

no test coverage detected