MCPcopy Create free account
hub / github.com/dipscope/TypeManager.TS / open

Method open

src/type-scope.ts:53–60  ·  view source on GitHub ↗

* Opens a scope. * * @returns {this} Type scope.

()

Source from the content-addressed store, hash-verified

51 * @returns {this} Type scope.
52 */
53 public open(): this
54 {
55 this.opened = true;
56 this.propertyOptionsArrayMap.clear();
57 this.injectOptionsArrayMap.clear();
58
59 return this;
60 }
61
62 /**
63 * Adds property options to the type scope.

Callers 1

TypeFunction · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected