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

Method constructor

packages/openapi-python/src/py-dsl/expr/kwarg.ts:14–18  ·  view source on GitHub ↗
(name: NodeName, value: KwargValue)

Source from the content-addressed store, hash-verified

12 protected _value: KwargValue;
13
14 constructor(name: NodeName, value: KwargValue) {
15 super();
16 this.name.set(name);
17 this._value = value;
18 }
19
20 override toAst() {
21 const name = this.name.toString();

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected