MCPcopy Create free account
hub / github.com/hey-api/hey-api / constructor

Method constructor

packages/openapi-python/src/py-dsl/expr/attr.ts:20–24  ·  view source on GitHub ↗
(left: AttrLeft, right: NodeName)

Source from the content-addressed store, hash-verified

18 protected left: Ref<AttrLeft>;
19
20 constructor(left: AttrLeft, right: NodeName) {
21 super();
22 this.left = ref(left);
23 this.name.set(right);
24 }
25
26 override analyze(ctx: AnalysisContext): void {
27 super.analyze(ctx);

Callers

nothing calls this directly

Calls 2

refFunction · 0.90
setMethod · 0.45

Tested by

no test coverage detected