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

Method constructor

packages/openapi-python/src/py-dsl/expr/identifier.ts:11–14  ·  view source on GitHub ↗
(name: NodeName)

Source from the content-addressed store, hash-verified

9 readonly '~dsl' = 'IdPyDsl';
10
11 constructor(name: NodeName) {
12 super();
13 this.name.set(name);
14 }
15
16 override analyze(ctx: AnalysisContext): void {
17 super.analyze(ctx);

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected