MCPcopy Create free account
hub / github.com/callstack/linaria / tagExpression

Method tagExpression

packages/react/src/processors/styled.ts:307–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305 }
306
307 protected get tagExpression(): CallExpression {
308 const t = this.astService;
309 return t.callExpression(this.callee, [this.tagExpressionArgument]);
310 }
311
312 protected get tagExpressionArgument(): Expression {
313 const t = this.astService;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected